ClusterSubnetType 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetTypeTypeConverter))]
public struct ClusterSubnetType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetTypeTypeConverter))>]
type ClusterSubnetType = struct
interface IArgumentCompleter
Public Structure ClusterSubnetType
Implements IArgumentCompleter, IEquatable(Of ClusterSubnetType)
- Inheritance
-
ClusterSubnetType
- Attributes
- Implements
Fields
MultiSubnet | |
SingleSubnet |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ClusterSubnetType) |
Compares values of enum type ClusterSubnetType |
Equals(Object) |
Compares values of enum type ClusterSubnetType (override for Object) |
GetHashCode() |
Returns hashCode for enum ClusterSubnetType |
ToString() |
Returns string representation for ClusterSubnetType |
Operators
Equality(ClusterSubnetType, ClusterSubnetType) |
Overriding == operator for enum ClusterSubnetType |
Implicit(ClusterSubnetType to String) |
Implicit operator to convert ClusterSubnetType to string |
Implicit(String to ClusterSubnetType) |
Implicit operator to convert string to ClusterSubnetType |
Inequality(ClusterSubnetType, ClusterSubnetType) |
Overriding != operator for enum ClusterSubnetType |