SqlPoolWorkloadGroupOperationsExtensions.GetAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Workloadgruppe des SQL-Pools
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.WorkloadGroup> GetAsync (this Microsoft.Azure.Management.Synapse.ISqlPoolWorkloadGroupOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, string workloadGroupName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Synapse.ISqlPoolWorkloadGroupOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.WorkloadGroup>
<Extension()>
Public Function GetAsync (operations As ISqlPoolWorkloadGroupOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String, workloadGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WorkloadGroup)
Parameter
- operations
- ISqlPoolWorkloadGroupOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.
- workspaceName
- String
Den Namen des Arbeitsbereichs.
- sqlPoolName
- String
Name des SQL-Pools
- workloadGroupName
- String
Der Name der Workloadgruppe.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Rufen Sie die Workloadgruppe eines Sql-Pools ab.
Gilt für:
Azure SDK for .NET