ISqlVirtualMachineGroup.ClusterManagerType Property

Definition

Type of cluster manager: Windows Server Failover Cluster (WSFC), implied by the scale type of the group and the OS type.

[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.PSArgumentCompleter(new System.String[] { "WSFC" })]
[Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=false, Description="Type of cluster manager: Windows Server Failover Cluster (WSFC), implied by the scale type of the group and the OS type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="clusterManagerType", Update=false)]
public string ClusterManagerType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.PSArgumentCompleter(new System.String[] { "WSFC" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(Create=false, Description="Type of cluster manager: Windows Server Failover Cluster (WSFC), implied by the scale type of the group and the OS type.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="clusterManagerType", Update=false)>]
member this.ClusterManagerType : string
Public ReadOnly Property ClusterManagerType As String

Property Value

Attributes

Applies to