Restriction.ReasonCode Property

Definition

Gets or sets the reason for the restriction. As of now this can be "QuotaId" or "NotAvailableForSubscription". Quota Id is set when the SKU has requiredQuotas parameter as the subscription does not belong to that quota. The "NotAvailableForSubscription" is related to capacity at DC. Possible values include: 'QuotaId', 'NotAvailableForSubscription'

[Newtonsoft.Json.JsonProperty(PropertyName="reasonCode")]
public Microsoft.Azure.Management.Storage.Fluent.Models.ReasonCode ReasonCode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="reasonCode")>]
member this.ReasonCode : Microsoft.Azure.Management.Storage.Fluent.Models.ReasonCode with get, set
Public Property ReasonCode As ReasonCode

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to