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

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