次の方法で共有


Restriction.ReasonCode プロパティ

定義

制限の理由を取得または設定します。 現時点では、これは "QuotaId" または "NotAvailableForSubscription" にすることができます。 クォータ ID は、サブスクリプションがそのクォータに属していないため、SKU に requiredQuotas パラメーターがある場合に設定されます。 "NotAvailableForSubscription" は DC の容量に関連しています。 使用できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象