次の方法で共有


ElasticPoolUpdate.ZoneRedundant プロパティ

定義

このエラスティック プールがゾーン冗長であるかどうかを取得または設定します。つまり、このエラスティック プールのレプリカは複数の可用性ゾーンに分散されます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.zoneRedundant")]
public bool? ZoneRedundant { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.zoneRedundant")>]
member this.ZoneRedundant : Nullable<bool> with get, set
Public Property ZoneRedundant As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象