HDInsightExtensions.GetHDInsightClusters 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.
Surcharges
GetHDInsightClusters(ResourceGroupResource) |
Obtient une collection de HDInsightClusterResources dans ResourceGroupResource. |
GetHDInsightClusters(SubscriptionResource, CancellationToken) |
Répertorie tous les clusters HDInsight sous l’abonnement.
|
GetHDInsightClusters(ResourceGroupResource)
Obtient une collection de HDInsightClusterResources dans ResourceGroupResource.
public static Azure.ResourceManager.HDInsight.HDInsightClusterCollection GetHDInsightClusters (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetHDInsightClusters : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.HDInsight.HDInsightClusterCollection
<Extension()>
Public Function GetHDInsightClusters (resourceGroupResource As ResourceGroupResource) As HDInsightClusterCollection
Paramètres
- resourceGroupResource
- ResourceGroupResource
Instance ResourceGroupResource sur laquelle la méthode s’exécute.
Retours
Objet représentant une collection de HDInsightClusterResources et leurs opérations sur un HDInsightClusterResource.
S’applique à
GetHDInsightClusters(SubscriptionResource, CancellationToken)
Répertorie tous les clusters HDInsight sous l’abonnement.
- Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.HDInsight/clusters
- IdClusters_List d’opération
public static Azure.Pageable<Azure.ResourceManager.HDInsight.HDInsightClusterResource> GetHDInsightClusters (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetHDInsightClusters : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HDInsight.HDInsightClusterResource>
<Extension()>
Public Function GetHDInsightClusters (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of HDInsightClusterResource)
Paramètres
- subscriptionResource
- SubscriptionResource
Instance SubscriptionResource sur laquelle la méthode s’exécute.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection de qui peut nécessiter plusieurs demandes de HDInsightClusterResource service pour itérer.