ContainerRegistryZoneRedundancy Struct
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.
public readonly struct ContainerRegistryZoneRedundancy : IEquatable<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryZoneRedundancy>
type ContainerRegistryZoneRedundancy = struct
Public Structure ContainerRegistryZoneRedundancy
Implements IEquatable(Of ContainerRegistryZoneRedundancy)
- Inheritance
-
ContainerRegistryZoneRedundancy
- Implements
Constructors
ContainerRegistryZoneRedundancy(String) |
Initializes a new instance of ContainerRegistryZoneRedundancy. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(ContainerRegistryZoneRedundancy) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ContainerRegistryZoneRedundancy, ContainerRegistryZoneRedundancy) |
Determines if two ContainerRegistryZoneRedundancy values are the same. |
Implicit(String to ContainerRegistryZoneRedundancy) |
Converts a String to a ContainerRegistryZoneRedundancy. |
Inequality(ContainerRegistryZoneRedundancy, ContainerRegistryZoneRedundancy) |
Determines if two ContainerRegistryZoneRedundancy values are not the same. |