次の方法で共有


ApiManagementSku.Restrictions プロパティ

定義

SKU を使用できないために制限を取得します。 制限がない場合は空です。

[Newtonsoft.Json.JsonProperty(PropertyName="restrictions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictions> Restrictions { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="restrictions")>]
member this.Restrictions : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.ApiManagementSkuRestrictions>
Public ReadOnly Property Restrictions As IList(Of ApiManagementSkuRestrictions)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象