Share via


WorkspacesOperationsExtensions.List Method

Definition

Gets a list of Workspaces associated with the given subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Workspace> List (this Microsoft.Azure.Management.BatchAI.IWorkspacesOperations operations, Microsoft.Azure.Management.BatchAI.Models.WorkspacesListOptions workspacesListOptions = default);
static member List : Microsoft.Azure.Management.BatchAI.IWorkspacesOperations * Microsoft.Azure.Management.BatchAI.Models.WorkspacesListOptions -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.Workspace>
<Extension()>
Public Function List (operations As IWorkspacesOperations, Optional workspacesListOptions As WorkspacesListOptions = Nothing) As IPage(Of Workspace)

Parameters

operations
IWorkspacesOperations

The operations group for this extension method.

workspacesListOptions
WorkspacesListOptions

Additional parameters for the operation

Returns

Applies to