共用方式為


CommonClusterProperties 建構函式

定義

多載

CommonClusterProperties()

初始化 CommonClusterProperties 類別的新實例。

CommonClusterProperties(Nullable<Int32>, String, Nullable<Int32>, IList<String>)

初始化 CommonClusterProperties 類別的新實例。

CommonClusterProperties()

初始化 CommonClusterProperties 類別的新實例。

public CommonClusterProperties ();
Public Sub New ()

適用於

CommonClusterProperties(Nullable<Int32>, String, Nullable<Int32>, IList<String>)

初始化 CommonClusterProperties 類別的新實例。

public CommonClusterProperties (int? clusterSize = default, string provisioningState = default, int? clusterId = default, System.Collections.Generic.IList<string> hosts = default);
new Microsoft.Azure.Management.Avs.Models.CommonClusterProperties : Nullable<int> * string * Nullable<int> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Avs.Models.CommonClusterProperties
Public Sub New (Optional clusterSize As Nullable(Of Integer) = Nothing, Optional provisioningState As String = Nothing, Optional clusterId As Nullable(Of Integer) = Nothing, Optional hosts As IList(Of String) = Nothing)

參數

clusterSize
Nullable<Int32>

叢集大小

provisioningState
String

叢集布建的狀態。 可能的值包括:'Succeeded'、'Failed'、'Cancelled'、'刪除'、'Updateing'

clusterId
Nullable<Int32>

識別

hosts
IList<String>

主機

適用於