Cluster 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
Cluster() |
Initialise une nouvelle instance de la classe Cluster. |
Cluster(String, String, String, String, IDictionary<String,String>, String, IList<String>, ClusterGetProperties, ClusterIdentity, SystemData) |
Initialise une nouvelle instance de la classe Cluster. |
Cluster()
Initialise une nouvelle instance de la classe Cluster.
public Cluster ();
Public Sub New ()
S’applique à
Cluster(String, String, String, String, IDictionary<String,String>, String, IList<String>, ClusterGetProperties, ClusterIdentity, SystemData)
Initialise une nouvelle instance de la classe Cluster.
public Cluster (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string etag = default, System.Collections.Generic.IList<string> zones = default, Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties properties = default, Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity identity = default, Microsoft.Azure.Management.HDInsight.Models.SystemData systemData = default);
new Microsoft.Azure.Management.HDInsight.Models.Cluster : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties * Microsoft.Azure.Management.HDInsight.Models.ClusterIdentity * Microsoft.Azure.Management.HDInsight.Models.SystemData -> Microsoft.Azure.Management.HDInsight.Models.Cluster
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional etag As String = Nothing, Optional zones As IList(Of String) = Nothing, Optional properties As ClusterGetProperties = Nothing, Optional identity As ClusterIdentity = Nothing, Optional systemData As SystemData = Nothing)
Paramètres
- location
- String
Emplacement géographique où réside la ressource
- id
- String
ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
nom de la ressource.
- type
- String
Type de la ressource. Par exemple, « Microsoft.Compute/virtualMachines » ou « Microsoft.Storage/storageAccounts »
- tags
- IDictionary<String,String>
Balises de ressource.
- etag
- String
ETag de la ressource
- properties
- ClusterGetProperties
Propriétés du cluster.
- identity
- ClusterIdentity
Identité du cluster, s’il est configuré.
- systemData
- SystemData
S’applique à
Azure SDK for .NET