CommonClusterProperties コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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)
パラメーター
- provisioningState
- String
クラスター プロビジョニングの状態。 指定できる値は、'Succeeded'、'Failed'、'Cancelled'、'Deleting'、'Updating' です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET