< Back

New-MobileAppAssignmentSettingsObject

Sat Jan 18, 2020 12:39 pm

NAME New-MobileAppAssignmentSettingsObject



SYNOPSIS

Creates a new object which represents a "microsoft.graph.mobileAppAssignmentSettings" (or one of its derived

types).





SYNTAX

New-MobileAppAssignmentSettingsObject -microsoftStoreForBusinessAppAssignmentSettings <SwitchParameter>

[-useDeviceContext <bool>] [<CommonParameters>]



New-MobileAppAssignmentSettingsObject -iosVppAppAssignmentSettings <SwitchParameter> [-useDeviceLicensing <bool>]

[-vpnConfigurationId <string>] [<CommonParameters>]



New-MobileAppAssignmentSettingsObject -iosStoreAppAssignmentSettings <SwitchParameter> [-vpnConfigurationId

<string>] [<CommonParameters>]



New-MobileAppAssignmentSettingsObject -iosLobAppAssignmentSettings <SwitchParameter> [-vpnConfigurationId

<string>] [<CommonParameters>]





DESCRIPTION

Creates a new object which represents a "microsoft.graph.mobileAppAssignmentSettings" (or one of its derived

types).





PARAMETERS

-microsoftStoreForBusinessAppAssignmentSettings <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the

"microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-useDeviceContext <bool>

The "useDeviceContext" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.microsoftStoreForBusinessAppAssignmentSettings" type.



Whether or not to use device execution context for Microsoft Store for Business mobile app.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-iosVppAppAssignmentSettings <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the

"microsoft.graph.iosVppAppAssignmentSettings" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-useDeviceLicensing <bool>

The "useDeviceLicensing" property, of type "Edm.Boolean".



This property is on the "microsoft.graph.iosVppAppAssignmentSettings" type.



Whether or not to use device licensing.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-vpnConfigurationId <string>

The "vpnConfigurationId" property, of type "Edm.String".



This property is on the "microsoft.graph.iosVppAppAssignmentSettings" type.



The VPN Configuration Id to apply for this app.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-iosStoreAppAssignmentSettings <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the

"microsoft.graph.iosStoreAppAssignmentSettings" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-iosLobAppAssignmentSettings <SwitchParameter>

A switch parameter for selecting the parameter set which corresponds to the

"microsoft.graph.iosLobAppAssignmentSettings" type.



Required? true

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS