SqlVmClusterSubnetType 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.
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
Azure SDK for .NET