< Back

New-IosNetworkUsageRuleObject

Sat Jan 18, 2020 12:32 pm

NAME New-IosNetworkUsageRuleObject



SYNOPSIS

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





SYNTAX

New-IosNetworkUsageRuleObject [-cellularDataBlocked <bool>] [-cellularDataBlockWhenRoaming <bool>] [-managedApps

<object[]>] [<CommonParameters>]





DESCRIPTION

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





PARAMETERS

-managedApps <object[]>

The "managedApps" property, of type "microsoft.graph.appListItem".



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



Information about the managed apps that this rule is going to apply to. This collection can contain a maximum

of 500 elements.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-cellularDataBlockWhenRoaming <bool>

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



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



If set to true, corresponding managed apps will not be allowed to use cellular data when roaming.



Required? false

Position? named

Default value False

Accept pipeline input? false

Accept wildcard characters? false



-cellularDataBlocked <bool>

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



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



If set to true, corresponding managed apps will not be allowed to use cellular data at any time.



Required? false

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