WorkspacesOperationsExtensions.List(IWorkspacesOperations) Method

Definition

Returns a list of workspaces in a subscription

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.Workspace> List (this Microsoft.Azure.Management.Synapse.IWorkspacesOperations operations);
static member List : Microsoft.Azure.Management.Synapse.IWorkspacesOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Synapse.Models.Workspace>
<Extension()>
Public Function List (operations As IWorkspacesOperations) As IPage(Of Workspace)

Parameters

operations
IWorkspacesOperations

The operations group for this extension method.

Returns

Applies to