Partager via


HDInsightClusterPoolCollection Classe

Définition

Classe représentant une collection de HDInsightClusterPoolResource et leurs opérations. Chacun HDInsightClusterPoolResource de la collection appartient au même instance de ResourceGroupResource. Pour obtenir un HDInsightClusterPoolCollection instance appelez la méthode GetHDInsightClusterPools à partir d’un instance de ResourceGroupResource.

public class HDInsightClusterPoolCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolResource>
type HDInsightClusterPoolCollection = class
    inherit ArmCollection
    interface seq<HDInsightClusterPoolResource>
    interface IEnumerable
    interface IAsyncEnumerable<HDInsightClusterPoolResource>
Public Class HDInsightClusterPoolCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of HDInsightClusterPoolResource), IEnumerable(Of HDInsightClusterPoolResource)
Héritage
HDInsightClusterPoolCollection
Implémente

Constructeurs

HDInsightClusterPoolCollection()

Initialise une nouvelle instance de la HDInsightClusterPoolCollection classe pour les moqueries.

Propriétés

Client

Obtient le ArmClient client de ressource à partir duquel il a été créé.

(Hérité de ArmCollection)
Diagnostics

Obtient les options de diagnostic pour ce client de ressources.

(Hérité de ArmCollection)
Endpoint

Obtient l’URI de base pour ce client de ressource.

(Hérité de ArmCollection)
Id

Obtient l’identificateur de ressource.

(Hérité de ArmCollection)
Pipeline

Obtient le pipeline pour ce client de ressources.

(Hérité de ArmCollection)

Méthodes

CreateOrUpdate(WaitUntil, String, HDInsightClusterPoolData, CancellationToken)

Crée ou met à jour un pool de clusters.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}
  • IdClusterPools_CreateOrUpdate d’opération
CreateOrUpdateAsync(WaitUntil, String, HDInsightClusterPoolData, CancellationToken)

Crée ou met à jour un pool de clusters.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}
  • IdClusterPools_CreateOrUpdate d’opération
Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}
  • IdClusterPools_Get d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}
  • IdClusterPools_Get d’opération
Get(String, CancellationToken)

Obtient un pool de clusters.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}
  • IdClusterPools_Get d’opération
GetAll(CancellationToken)

Répertorie les pools de cluster HDInsight sous un groupe de ressources.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools
  • IdClusterPools_ListByResourceGroup d’opération
GetAllAsync(CancellationToken)

Répertorie les pools de cluster HDInsight sous un groupe de ressources.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools
  • IdClusterPools_ListByResourceGroup d’opération
GetAsync(String, CancellationToken)

Obtient un pool de clusters.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}
  • IdClusterPools_Get d’opération
TryGetApiVersion(ResourceType, String)

Obtient la substitution de version de l’API si elle a été définie pour les options clientes actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<HDInsightClusterPoolResource>.GetAsyncEnumerator(CancellationToken)

Retourne un énumérateur qui boucle de façon asynchrone dans la collection.

IEnumerable.GetEnumerator()

Retourne un énumérateur qui itère au sein d’une collection.

IEnumerable<HDInsightClusterPoolResource>.GetEnumerator()

Retourne un énumérateur qui itère au sein de la collection.

S’applique à