IServiceDataFlowTemplate.Direction 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.
The direction of this flow.
[Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="The direction of this flow.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.SdfDirection) }, ReadOnly=false, Required=true, SerializedName="direction")]
public Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.SdfDirection Direction { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.Info(Description="The direction of this flow.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.SdfDirection) }, ReadOnly=false, Required=true, SerializedName="direction")>]
member this.Direction : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Support.SdfDirection with get, set
Public Property Direction As SdfDirection
Property Value
- Attributes