Sdílet prostřednictvím


ContainerRegistryZoneRedundancy Struct

Definition

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.

Applies to