Compartilhar via


IAuthorizationRule.Rights Property

Definition

The rights associated with the rule.

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.PSArgumentCompleter(new System.String[] { "Manage", "Send", "Listen" })]
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Create=true, Description="The rights associated with the rule.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="rights", Update=true)]
public System.Collections.Generic.List<string> Rights { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.PSArgumentCompleter(new System.String[] { "Manage", "Send", "Listen" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Create=true, Description="The rights associated with the rule.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="rights", Update=true)>]
member this.Rights : System.Collections.Generic.List<string> with get, set
Public Property Rights As List(Of String)

Property Value

Attributes

Applies to