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