Freigeben über


ClusterConfiguration Struct

Definition

Cluster type.

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

Fields

Domainful

Methods

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

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

Equals(ClusterConfiguration)

Compares values of enum type ClusterConfiguration

Equals(Object)

Compares values of enum type ClusterConfiguration (override for Object)

GetHashCode()

Returns hashCode for enum ClusterConfiguration

ToString()

Returns string representation for ClusterConfiguration

Operators

Equality(ClusterConfiguration, ClusterConfiguration)

Overriding == operator for enum ClusterConfiguration

Implicit(ClusterConfiguration to String)

Implicit operator to convert ClusterConfiguration to string

Implicit(String to ClusterConfiguration)

Implicit operator to convert string to ClusterConfiguration

Inequality(ClusterConfiguration, ClusterConfiguration)

Overriding != operator for enum ClusterConfiguration

Applies to