次の方法で共有


ElasticPoolPerformanceLevelCapability.SupportedPerDatabaseMaxPerformanceLevels プロパティ

定義

データベースごとのサポートされる最大パフォーマンス レベルの一覧を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象