INspAccessRule.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.
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