IPccRuleConfiguration.TrafficControl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether flows that match this data flow policy rule are permitted.
[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="Determines whether flows that match this data flow policy rule are permitted.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.TrafficControlPermission) }, ReadOnly=false, Required=false, SerializedName="trafficControl")]
public Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.TrafficControlPermission? TrafficControl { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="Determines whether flows that match this data flow policy rule are permitted.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.TrafficControlPermission) }, ReadOnly=false, Required=false, SerializedName="trafficControl")>]
member this.TrafficControl : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.TrafficControlPermission> with get, set
Public Property TrafficControl As Nullable(Of TrafficControlPermission)
Property Value
- Attributes