IWsfcDomainProfile.ClusterSubnetType Property
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.
[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="Cluster subnet type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType) }, ReadOnly=false, Required=false, SerializedName="clusterSubnetType")]
public Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType? ClusterSubnetType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Description="Cluster subnet type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType) }, ReadOnly=false, Required=false, SerializedName="clusterSubnetType")>]
member this.ClusterSubnetType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterSubnetType> with get, set
Public Property ClusterSubnetType As Nullable(Of ClusterSubnetType)
Property Value
- Attributes