SharedAccessAuthorizationRuleInner.Rights Property

Definition

Gets or sets the rights associated with the rule.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.rights")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceBus.Fluent.Models.AccessRights?> Rights { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.rights")>]
member this.Rights : System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.ServiceBus.Fluent.Models.AccessRights>> with get, set
Public Property Rights As IList(Of Nullable(Of AccessRights))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to