Freigeben über


SynapseWorkloadGroupCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren SynapseWorkloadGroupResource Vorgänge darstellt. Jedes SynapseWorkloadGroupResource in der Auflistung gehört zum gleichen instance von SynapseSqlPoolResource. Um eine SynapseWorkloadGroupCollection instance rufen Sie die GetSynapseWorkloadGroups-Methode aus einer instance von SynapseSqlPoolResourceauf.

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

Konstruktoren

SynapseWorkloadGroupCollection()

Initialisiert eine neue instance der -Klasse für die SynapseWorkloadGroupCollection 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, SynapseWorkloadGroupData, CancellationToken)

Erstellen oder Aktualisieren der Arbeitsauslastungsgruppe eines SQL-Pools.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/workloadGroups/{workloadGroupName}
  • Vorgangs-IdSqlPoolWorkloadGroup_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SynapseWorkloadGroupData, CancellationToken)

Erstellen oder Aktualisieren der Arbeitsauslastungsgruppe eines SQL-Pools.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/workloadGroups/{workloadGroupName}
  • Vorgangs-IdSqlPoolWorkloadGroup_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/workloadGroups/{workloadGroupName}
  • Vorgangs-IdSqlPoolWorkloadGroup_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/workloadGroups/{workloadGroupName}
  • Vorgangs-IdSqlPoolWorkloadGroup_Get
Get(String, CancellationToken)

Rufen Sie die Arbeitsauslastungsgruppe eines SQL-Pools ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/workloadGroups/{workloadGroupName}
  • Vorgangs-IdSqlPoolWorkloadGroup_Get
GetAll(CancellationToken)

Ruft eine Liste der Arbeitsauslastungsgruppen des SQL-Pools ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/workloadGroups
  • Vorgangs-IdSqlPoolWorkloadGroup_List
GetAllAsync(CancellationToken)

Ruft eine Liste der Arbeitsauslastungsgruppen des SQL-Pools ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/workloadGroups
  • Vorgangs-IdSqlPoolWorkloadGroup_List
GetAsync(String, CancellationToken)

Rufen Sie die Arbeitsauslastungsgruppe eines SQL-Pools ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/sqlPools/{sqlPoolName}/workloadGroups/{workloadGroupName}
  • Vorgangs-IdSqlPoolWorkloadGroup_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<SynapseWorkloadGroupResource>.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<SynapseWorkloadGroupResource>.GetEnumerator()

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

Gilt für: