ZoneRedundancy Struct

Definition

Whether or not zone redundancy is enabled for this container registry

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancyTypeConverter))]
public struct ZoneRedundancy : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancy>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.ZoneRedundancyTypeConverter))>]
type ZoneRedundancy = struct
    interface IArgumentCompleter
Public Structure ZoneRedundancy
Implements IArgumentCompleter, IEquatable(Of ZoneRedundancy)
Inheritance
ZoneRedundancy
Attributes
Implements

Fields

Disabled
Enabled

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type ZoneRedundancy (override for Object)

Equals(ZoneRedundancy)

Compares values of enum type ZoneRedundancy

GetHashCode()

Returns hashCode for enum ZoneRedundancy

ToString()

Returns string representation for ZoneRedundancy

Operators

Equality(ZoneRedundancy, ZoneRedundancy)

Overriding == operator for enum ZoneRedundancy

Implicit(String to ZoneRedundancy)

Implicit operator to convert string to ZoneRedundancy

Implicit(ZoneRedundancy to String)

Implicit operator to convert ZoneRedundancy to string

Inequality(ZoneRedundancy, ZoneRedundancy)

Overriding != operator for enum ZoneRedundancy

Applies to