次の方法で共有


ApiManagementSkuRestrictions.ReasonCode プロパティ

定義

制限の理由を取得します。 使用できる値は、'QuotaId'、'NotAvailableForSubscription' です。

[Newtonsoft.Json.JsonProperty(PropertyName="reasonCode")]
public Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictionsReasonCode? ReasonCode { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="reasonCode")>]
member this.ReasonCode : Nullable<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictionsReasonCode>
Public ReadOnly Property ReasonCode As Nullable(Of ApiManagementSkuRestrictionsReasonCode)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象