Freigeben über


SqlPoolOperationsExtensions.ListAsync Methode

Definition

Ruft eine Liste der Vorgänge ab, die für den SQL-Pool ausgeführt werden.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SqlPoolOperation>> ListAsync (this Microsoft.Azure.Management.Synapse.ISqlPoolOperations operations, string resourceGroupName, string workspaceName, string sqlPoolName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Synapse.ISqlPoolOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.SqlPoolOperation>>
<Extension()>
Public Function ListAsync (operations As ISqlPoolOperations, resourceGroupName As String, workspaceName As String, sqlPoolName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SqlPoolOperation))

Parameter

operations
ISqlPoolOperations

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Ruft eine Liste der Vorgänge ab, die für den SQL-Pool ausgeführt werden.

Gilt für: