Share via


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.Runtime.Info(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(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterManagerType) }, ReadOnly=true, Required=false, SerializedName="clusterManagerType")]
public Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterManagerType? ClusterManagerType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.Info(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(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterManagerType) }, ReadOnly=true, Required=false, SerializedName="clusterManagerType")>]
member this.ClusterManagerType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Support.ClusterManagerType>
Public ReadOnly Property ClusterManagerType As Nullable(Of ClusterManagerType)

Property Value

Attributes

Applies to