Sdílet prostřednictvím


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 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