次の方法で共有


ImageStorageProfile.ZoneResilient プロパティ

定義

イメージがゾーンの回復性を持つかどうかを示す値を取得または設定します。 既定値は false です。 ゾーン回復性のあるイメージは、ゾーン冗長ストレージ (ZRS) を提供するリージョンでのみ作成できます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象