Delen via


SqlVmClusterConfiguration Struct

Definition

Cluster type.

public readonly struct SqlVmClusterConfiguration : IEquatable<Azure.ResourceManager.SqlVirtualMachine.Models.SqlVmClusterConfiguration>
type SqlVmClusterConfiguration = struct
Public Structure SqlVmClusterConfiguration
Implements IEquatable(Of SqlVmClusterConfiguration)
Inheritance
SqlVmClusterConfiguration
Implements

Constructors

SqlVmClusterConfiguration(String)

Initializes a new instance of SqlVmClusterConfiguration.

Properties

Domainful

Domainful.

Methods

Equals(SqlVmClusterConfiguration)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SqlVmClusterConfiguration, SqlVmClusterConfiguration)

Determines if two SqlVmClusterConfiguration values are the same.

Implicit(String to SqlVmClusterConfiguration)

Converts a string to a SqlVmClusterConfiguration.

Inequality(SqlVmClusterConfiguration, SqlVmClusterConfiguration)

Determines if two SqlVmClusterConfiguration values are not the same.

Applies to