Share via


NotificationHubResource.AuthorizationRules Property

Definition

Gets or sets the AuthorizationRules of the created NotificationHub

[Newtonsoft.Json.JsonProperty(PropertyName="properties.authorizationRules")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleProperties> AuthorizationRules { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.authorizationRules")>]
member this.AuthorizationRules : System.Collections.Generic.IList<Microsoft.Azure.Management.NotificationHubs.Models.SharedAccessAuthorizationRuleProperties> with get, set
Public Property AuthorizationRules As IList(Of SharedAccessAuthorizationRuleProperties)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to