Share via


SqlVmClusterSubnetType Struct

Definition

Cluster subnet type.

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

Constructors

SqlVmClusterSubnetType(String)

Initializes a new instance of SqlVmClusterSubnetType.

Properties

MultiSubnet

MultiSubnet.

SingleSubnet

SingleSubnet.

Methods

Equals(SqlVmClusterSubnetType)

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(SqlVmClusterSubnetType, SqlVmClusterSubnetType)

Determines if two SqlVmClusterSubnetType values are the same.

Implicit(String to SqlVmClusterSubnetType)

Converts a string to a SqlVmClusterSubnetType.

Inequality(SqlVmClusterSubnetType, SqlVmClusterSubnetType)

Determines if two SqlVmClusterSubnetType values are not the same.

Applies to