IRegistry.ZoneRedundancy Property

Definition

Whether or not zone redundancy is enabled for this container registry

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="Whether or not zone redundancy is enabled for this container registry", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy) }, ReadOnly=false, Required=false, SerializedName="zoneRedundancy")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy? ZoneRedundancy { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="Whether or not zone redundancy is enabled for this container registry", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy) }, ReadOnly=false, Required=false, SerializedName="zoneRedundancy")>]
member this.ZoneRedundancy : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy> with get, set
Public Property ZoneRedundancy As Nullable(Of ZoneRedundancy)

Property Value

Attributes

Applies to