AppServicePlan.ZoneRedundant プロパティ

定義

lt;code>true</code>の場合&、このApp Service プランは可用性ゾーンの分散を実行します。 lt;code>false</code>の場合&、このApp Serviceプランは可用性ゾーンの分散を実行しません。

[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

適用対象