Share via


INspAccessRuleProperties.Direction Property

Definition

Direction of Access Rule

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Description="Direction of Access Rule", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NspAccessRuleDirection) }, ReadOnly=false, Required=false, SerializedName="direction")]
public Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NspAccessRuleDirection? Direction { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Description="Direction of Access Rule", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NspAccessRuleDirection) }, ReadOnly=false, Required=false, SerializedName="direction")>]
member this.Direction : Nullable<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NspAccessRuleDirection> with get, set
Public Property Direction As Nullable(Of NspAccessRuleDirection)

Property Value

Attributes

Applies to