ClusterCreateRequestValidationParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ClusterCreateRequestValidationParameters() |
ClusterCreateRequestValidationParameters クラスの新しいインスタンスを初期化します。 |
ClusterCreateRequestValidationParameters(String, IDictionary<String, String>, IList<String>, ClusterCreateProperties, ClusterIdentity, String, String, String, Nullable<Boolean>) |
ClusterCreateRequestValidationParameters クラスの新しいインスタンスを初期化します。 |
ClusterCreateRequestValidationParameters()
ClusterCreateRequestValidationParameters クラスの新しいインスタンスを初期化します。
public ClusterCreateRequestValidationParameters ();
Public Sub New ()
適用対象
ClusterCreateRequestValidationParameters(String, IDictionary<String, String>, IList<String>, ClusterCreateProperties, ClusterIdentity, String, String, String, Nullable<Boolean>)
ClusterCreateRequestValidationParameters クラスの新しいインスタンスを初期化します。
public ClusterCreateRequestValidationParameters (string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<string> zones = default, Microsoft.Azure.Management.HDInsight.Models.ClusterCreateProperties properties = default, Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity identity = default, string name = default, string type = default, string tenantId = default, bool? fetchAaddsResource = default);
new Microsoft.Azure.Management.HDInsight.Models.ClusterCreateRequestValidationParameters : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.HDInsight.Models.ClusterCreateProperties * Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity * string * string * string * Nullable<bool> -> Microsoft.Azure.Management.HDInsight.Models.ClusterCreateRequestValidationParameters
Public Sub New (Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional zones As IList(Of String) = Nothing, Optional properties As ClusterCreateProperties = Nothing, Optional identity As ClusterIdentity = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tenantId As String = Nothing, Optional fetchAaddsResource As Nullable(Of Boolean) = Nothing)
パラメーター
- location
- String
クラスターの場所。
- tags
- IDictionary<String,String>
リソース タグ。
- properties
- ClusterCreateProperties
クラスターによってパラメーターが作成されます。
- identity
- ClusterIdentity
クラスターの ID (構成されている場合)。
- name
- String
クラスター名。
- type
- String
リソースの種類。
- tenantId
- String
テナント ID。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET