IReplication.ZoneRedundancy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether or not zone redundancy is enabled for this container registry replication
[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="Whether or not zone redundancy is enabled for this container registry replication", 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 replication", 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