Share via


ImageStorageProfile.ZoneResilient Property

Definition

Gets or sets specifies whether an image is zone resilient or not. Default is false. Zone resilient images can be created only in regions that provide Zone Redundant Storage (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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to