SapHighAvailabilityType 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.
The high availability type (AvailabilitySet or AvailabilityZone).
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapHighAvailabilityTypeTypeConverter))]
public struct SapHighAvailabilityType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapHighAvailabilityType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapHighAvailabilityTypeTypeConverter))>]
type SapHighAvailabilityType = struct
interface IArgumentCompleter
Public Structure SapHighAvailabilityType
Implements IArgumentCompleter, IEquatable(Of SapHighAvailabilityType)
- Inheritance
-
SapHighAvailabilityType
- Attributes
- Implements
Fields
AvailabilitySet | |
AvailabilityZone |
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 SapHighAvailabilityType (override for Object) |
Equals(SapHighAvailabilityType) |
Compares values of enum type SapHighAvailabilityType |
GetHashCode() |
Returns hashCode for enum SapHighAvailabilityType |
ToString() |
Returns string representation for SapHighAvailabilityType |
Operators
Equality(SapHighAvailabilityType, SapHighAvailabilityType) |
Overriding == operator for enum SapHighAvailabilityType |
Implicit(SapHighAvailabilityType to String) |
Implicit operator to convert SapHighAvailabilityType to string |
Implicit(String to SapHighAvailabilityType) |
Implicit operator to convert string to SapHighAvailabilityType |
Inequality(SapHighAvailabilityType, SapHighAvailabilityType) |
Overriding != operator for enum SapHighAvailabilityType |