ResourceSkuRestrictions.ReasonCode プロパティ

定義

制限の理由を取得します。 使用できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象