ISqlVirtualMachineGroup.WsfcDomainProfileClusterSubnetType 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.PSArgumentCompleter(new System.String[] { "SingleSubnet", "MultiSubnet" })]
[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="Cluster subnet type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="clusterSubnetType", Update=true)]
public string WsfcDomainProfileClusterSubnetType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.PSArgumentCompleter(new System.String[] { "SingleSubnet", "MultiSubnet" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=true, Description="Cluster subnet type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="clusterSubnetType", Update=true)>]
member this.WsfcDomainProfileClusterSubnetType : string with get, set
Public Property WsfcDomainProfileClusterSubnetType As String
Property Value
- Attributes