ISecurityRulePropertiesFormat.Direction Property

Definition

The direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.PSArgumentCompleter(new System.String[] { "Inbound", "Outbound" })]
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="The direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="direction", Update=true)]
public string Direction { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.PSArgumentCompleter(new System.String[] { "Inbound", "Outbound" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="The direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="direction", Update=true)>]
member this.Direction : string with get, set
Public Property Direction As String

Property Value

Attributes

Applies to