次の方法で共有


ManagedInstanceVersionCapability.SupportedInstancePoolEditions プロパティ

定義

サポートされているインスタンス プールエディションの一覧を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象