Freigeben über


HDInsightClusterPoolCollection Klasse

Definition

Eine Klasse, die eine Auflistung von HDInsightClusterPoolResource und deren Vorgänge darstellt. Jedes HDInsightClusterPoolResource in der Auflistung gehört zum gleichen instance von ResourceGroupResource. Um einen HDInsightClusterPoolCollection instance rufen Sie die GetHDInsightClusterPools-Methode von einer instance von ResourceGroupResourceauf.

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)
Vererbung
HDInsightClusterPoolCollection
Implementiert

Konstruktoren

HDInsightClusterPoolCollection()

Initialisiert eine neue instance der HDInsightClusterPoolCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, HDInsightClusterPoolData, CancellationToken)

Erstellt oder aktualisiert einen Clusterpool.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}
  • Vorgang IdClusterPools_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, HDInsightClusterPoolData, CancellationToken)

Erstellt oder aktualisiert einen Clusterpool.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}
  • Vorgang IdClusterPools_CreateOrUpdate
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}
  • Vorgang IdClusterPools_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}
  • Vorgang IdClusterPools_Get
Get(String, CancellationToken)

Ruft einen Clusterpool ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}
  • Vorgang IdClusterPools_Get
GetAll(CancellationToken)

Listet die HDInsight-Clusterpools unter einer Ressourcengruppe auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools
  • Vorgang IdClusterPools_ListByResourceGroup
GetAllAsync(CancellationToken)

Listet die HDInsight-Clusterpools unter einer Ressourcengruppe auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools
  • Vorgang IdClusterPools_ListByResourceGroup
GetAsync(String, CancellationToken)

Ruft einen Clusterpool ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusterpools/{clusterPoolName}
  • Vorgang IdClusterPools_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<HDInsightClusterPoolResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<HDInsightClusterPoolResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: