ISqlVirtualMachineGroup.ClusterManagerType 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.
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