Freigeben über


KustoClusterCollection Klasse

Definition

Eine Klasse, die eine Auflistung von KustoClusterResource und deren Vorgänge darstellt. Jedes KustoClusterResource in der Auflistung gehört zum gleichen instance von ResourceGroupResource. Um einen KustoClusterCollection instance rufen Sie die GetKustoClusters-Methode aus einer instance von aufResourceGroupResource.

public class KustoClusterCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Kusto.KustoClusterResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Kusto.KustoClusterResource>
type KustoClusterCollection = class
    inherit ArmCollection
    interface seq<KustoClusterResource>
    interface IEnumerable
    interface IAsyncEnumerable<KustoClusterResource>
Public Class KustoClusterCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of KustoClusterResource), IEnumerable(Of KustoClusterResource)
Vererbung
KustoClusterCollection
Implementiert

Konstruktoren

KustoClusterCollection()

Initialisiert eine neue instance der KustoClusterCollection -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, KustoClusterData, String, String, CancellationToken)

Erstellen oder Aktualisieren eines Kusto-Clusters.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}
  • Vorgang IdClusters_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, KustoClusterData, String, String, CancellationToken)

Erstellen oder Aktualisieren eines Kusto-Clusters.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}
  • Vorgang IdClusters_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}
  • Vorgang IdClusters_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}
  • Vorgang IdClusters_Get
Get(String, CancellationToken)

Ruft einen Kusto-Cluster ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}
  • Vorgang IdClusters_Get
GetAll(CancellationToken)

Listet alle Kusto-Cluster innerhalb einer Ressourcengruppe auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters
  • Vorgang IdClusters_ListByResourceGroup
GetAllAsync(CancellationToken)

Listet alle Kusto-Cluster innerhalb einer Ressourcengruppe auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters
  • Vorgang IdClusters_ListByResourceGroup
GetAsync(String, CancellationToken)

Ruft einen Kusto-Cluster ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}
  • Vorgang IdClusters_Get
GetIfExists(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}
  • Vorgang IdClusters_Get
GetIfExistsAsync(String, CancellationToken)

Versucht, Details für diese Ressource aus dem Dienst abzurufen.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Kusto/clusters/{clusterName}
  • Vorgang IdClusters_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<KustoClusterResource>.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<KustoClusterResource>.GetEnumerator()

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

Gilt für: