Freigeben über


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

Name Description
ContainerRegistryZoneRedundancy(String)

Initializes a new instance of ContainerRegistryZoneRedundancy.

Properties

Name Description
Disabled

Disabled.

Enabled

Enabled.

Methods

Name Description
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

Name Description
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