Freigeben über


WorkspacesOperationsExtensions.ListByResourceGroupAsync Methode

Definition

Gibt eine Liste von Arbeitsbereichen in einer Ressourcengruppe zurück.

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

Parameter

operations
IWorkspacesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: