你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SapHighAvailabilityType Struct

Definition

The high availability type (AvailabilitySet or AvailabilityZone).

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapHighAvailabilityTypeTypeConverter))]
public struct SapHighAvailabilityType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Support.SapHighAvailabilityType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.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

Applies to