Share via


SubscriptionQuotasListResult.Value Property

Definition

Gets list of quotas for the subscription in a particular region.

[Newtonsoft.Json.JsonProperty(PropertyName="value")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuota> Value { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="value")>]
member this.Value : System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuota>
Public ReadOnly Property Value As IList(Of SubscriptionQuota)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to