RedundancyMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Site redundancy mode
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.RedundancyModeTypeConverter))]
public struct RedundancyMode : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Websites.Support.RedundancyMode>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.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 |