SqlVmClusterManagerType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type of cluster manager: Windows Server Failover Cluster (WSFC), implied by the scale type of the group and the OS type.
public readonly struct SqlVmClusterManagerType : IEquatable<Azure.ResourceManager.SqlVirtualMachine.Models.SqlVmClusterManagerType>
type SqlVmClusterManagerType = struct
Public Structure SqlVmClusterManagerType
Implements IEquatable(Of SqlVmClusterManagerType)
- Inheritance
-
SqlVmClusterManagerType
- Implements
Constructors
SqlVmClusterManagerType(String) |
Initializes a new instance of SqlVmClusterManagerType. |
Properties
WindowsServerFailoverCluster |
WSFC. |
Methods
Equals(SqlVmClusterManagerType) |
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(SqlVmClusterManagerType, SqlVmClusterManagerType) |
Determines if two SqlVmClusterManagerType values are the same. |
Implicit(String to SqlVmClusterManagerType) |
Converts a string to a SqlVmClusterManagerType. |
Inequality(SqlVmClusterManagerType, SqlVmClusterManagerType) |
Determines if two SqlVmClusterManagerType values are not the same. |
Applies to
Azure SDK for .NET