Freigeben über


SynapseKustoPoolCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren SynapseKustoPoolResource Vorgänge darstellt. Jedes SynapseKustoPoolResource in der Auflistung gehört zum gleichen instance von SynapseWorkspaceResource. Um eine SynapseKustoPoolCollection instance rufen Sie die GetSynapseKustoPools-Methode aus einer instance von aufSynapseWorkspaceResource.

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

Konstruktoren

SynapseKustoPoolCollection()

Initialisiert eine neue instance der -Klasse für die SynapseKustoPoolCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem 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, SynapseKustoPoolData, String, String, CancellationToken)

Erstellen oder Aktualisieren eines Kusto-Pools

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}
  • Vorgangs-IdKustoPools_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SynapseKustoPoolData, String, String, CancellationToken)

Erstellen oder Aktualisieren eines Kusto-Pools

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}
  • Vorgangs-IdKustoPools_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}
  • Vorgangs-IdKustoPools_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}
  • Vorgangs-IdKustoPools_Get
Get(String, CancellationToken)

Ruft einen Kusto-Pool ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}
  • Vorgangs-IdKustoPools_Get
GetAll(CancellationToken)

Auflisten aller Kusto-Pools

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools
  • Vorgangs-IdKustoPools_ListByWorkspace
GetAllAsync(CancellationToken)

Auflisten aller Kusto-Pools

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools
  • Vorgangs-IdKustoPools_ListByWorkspace
GetAsync(String, CancellationToken)

Ruft einen Kusto-Pool ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/kustoPools/{kustoPoolName}
  • Vorgangs-IdKustoPools_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<SynapseKustoPoolResource>.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<SynapseKustoPoolResource>.GetEnumerator()

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

Gilt für: