ArmHDInsightModelFactory.HDInsightClusterData Méthode
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.
Initialise une nouvelle instance de HDInsightClusterData.
public static Azure.ResourceManager.HDInsight.HDInsightClusterData HDInsightClusterData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ETag? etag = default, System.Collections.Generic.IEnumerable<string> zones = default, Azure.ResourceManager.HDInsight.Models.HDInsightClusterProperties properties = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default);
static member HDInsightClusterData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ETag> * seq<string> * Azure.ResourceManager.HDInsight.Models.HDInsightClusterProperties * Azure.ResourceManager.Models.ManagedServiceIdentity -> Azure.ResourceManager.HDInsight.HDInsightClusterData
Public Shared Function HDInsightClusterData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional zones As IEnumerable(Of String) = Nothing, Optional properties As HDInsightClusterProperties = Nothing, Optional identity As ManagedServiceIdentity = Nothing) As HDInsightClusterData
Paramètres
ID.
- name
- String
Nom.
- resourceType
- ResourceType
ResourceType.
- systemData
- SystemData
SystemData.
- tags
- IDictionary<String,String>
Balises.
- location
- AzureLocation
Emplacement.
- zones
- IEnumerable<String>
Zones de disponibilité.
- properties
- HDInsightClusterProperties
Propriétés du cluster.
- identity
- ManagedServiceIdentity
Identité du cluster, s’il est configuré.
Retours
Une nouvelle HDInsightClusterData instance de moqueries.