ClusterCreateParametersExtended Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ClusterCreateParametersExtended() |
Initialise une nouvelle instance de la classe ClusterCreateParametersExtended. |
ClusterCreateParametersExtended(String, IDictionary<String,String>, IList<String>, ClusterCreateProperties, ClusterIdentity) |
Initialise une nouvelle instance de la classe ClusterCreateParametersExtended. |
ClusterCreateParametersExtended()
Initialise une nouvelle instance de la classe ClusterCreateParametersExtended.
public ClusterCreateParametersExtended ();
Public Sub New ()
S’applique à
ClusterCreateParametersExtended(String, IDictionary<String,String>, IList<String>, ClusterCreateProperties, ClusterIdentity)
Initialise une nouvelle instance de la classe ClusterCreateParametersExtended.
public ClusterCreateParametersExtended (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);
new Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.HDInsight.Models.ClusterCreateProperties * Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity -> Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended
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)
Paramètres
- location
- String
Emplacement du cluster.
- tags
- IDictionary<String,String>
Étiquettes de la ressource.
- properties
- ClusterCreateProperties
Le cluster crée des paramètres.
- identity
- ClusterIdentity
Identité du cluster, si elle est configurée.
S’applique à
Azure SDK for .NET