你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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