Share via


Restriction.ReasonCode Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="reasonCode")]
public string ReasonCode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="reasonCode")>]
member this.ReasonCode : string with get, set
Public Property ReasonCode As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to