次の方法で共有


ElasticPoolPerDatabaseSettings.MaxCapacity プロパティ

定義

1 つのデータベースで使用できる最大容量を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="maxCapacity")]
public double? MaxCapacity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxCapacity")>]
member this.MaxCapacity : Nullable<double> with get, set
Public Property MaxCapacity As Nullable(Of Double)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象