Share via


IAuthorizationRule.Rights Property

Definition

The rights associated with the rule.

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Description="The rights associated with the rule.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights) }, ReadOnly=false, Required=false, SerializedName="rights")]
public Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[] Rights { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Description="The rights associated with the rule.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights) }, ReadOnly=false, Required=false, SerializedName="rights")>]
member this.Rights : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.AccessRights[] with get, set
Public Property Rights As AccessRights()

Property Value

Attributes

Applies to