Udostępnij za pośrednictwem


RedundancyMode Struct

Definition

Site redundancy mode

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

Fields

Active
Failover
GeoRedundant
Manual
None

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

Equals(RedundancyMode)

Compares values of enum type RedundancyMode

GetHashCode()

Returns hashCode for enum RedundancyMode

ToString()

Returns string representation for RedundancyMode

Operators

Equality(RedundancyMode, RedundancyMode)

Overriding == operator for enum RedundancyMode

Implicit(RedundancyMode to String)

Implicit operator to convert RedundancyMode to string

Implicit(String to RedundancyMode)

Implicit operator to convert string to RedundancyMode

Inequality(RedundancyMode, RedundancyMode)

Overriding != operator for enum RedundancyMode

Applies to