Partager via


ClusterType Struct

Definition

The type of rack configuration for the cluster.

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

Fields

MultiRack
SingleRack

Methods

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

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

Equals(ClusterType)

Compares values of enum type ClusterType

Equals(Object)

Compares values of enum type ClusterType (override for Object)

GetHashCode()

Returns hashCode for enum ClusterType

ToString()

Returns string representation for ClusterType

Operators

Equality(ClusterType, ClusterType)

Overriding == operator for enum ClusterType

Implicit(ClusterType to String)

Implicit operator to convert ClusterType to string

Implicit(String to ClusterType)

Implicit operator to convert string to ClusterType

Inequality(ClusterType, ClusterType)

Overriding != operator for enum ClusterType

Applies to