Share via


ZoneRedundant Struct

Definition

Defines the zone redundant resource setting.

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

Fields

Disable
Enable

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 ZoneRedundant (override for Object)

Equals(ZoneRedundant)

Compares values of enum type ZoneRedundant

GetHashCode()

Returns hashCode for enum ZoneRedundant

ToString()

Returns string representation for ZoneRedundant

Operators

Equality(ZoneRedundant, ZoneRedundant)

Overriding == operator for enum ZoneRedundant

Implicit(String to ZoneRedundant)

Implicit operator to convert string to ZoneRedundant

Implicit(ZoneRedundant to String)

Implicit operator to convert ZoneRedundant to string

Inequality(ZoneRedundant, ZoneRedundant)

Overriding != operator for enum ZoneRedundant

Applies to