次の方法で共有


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'、'Deleting'、'Updating' です。

clusterId
Nullable<Int32>

ID

hosts
IList<String>

ホスト

適用対象