Freigeben über


ClusterManagerType Struct

Definition

Type of cluster manager: Windows Server Failover Cluster (WSFC), implied by the scale type of the group and the OS type.

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

Fields

Wsfc

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ClusterManagerType)

Compares values of enum type ClusterManagerType

Equals(Object)

Compares values of enum type ClusterManagerType (override for Object)

GetHashCode()

Returns hashCode for enum ClusterManagerType

ToString()

Returns string representation for ClusterManagerType

Operators

Equality(ClusterManagerType, ClusterManagerType)

Overriding == operator for enum ClusterManagerType

Implicit(ClusterManagerType to String)

Implicit operator to convert ClusterManagerType to string

Implicit(String to ClusterManagerType)

Implicit operator to convert string to ClusterManagerType

Inequality(ClusterManagerType, ClusterManagerType)

Overriding != operator for enum ClusterManagerType

Applies to