NspAccessRuleProperties.Subscriptions Property

Definition

Gets or sets subscriptions for inbound rules

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to