你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IReplicationProperties.ZoneRedundancy Property

Definition

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

Applies to