WorkspaceCollectionsOperationsExtensions.ListBySubscriptionAsync Method

Definition

Retrieves all existing Power BI workspace collections in the specified subscription.

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.PowerBIEmbedded.Models.WorkspaceCollection>> ListBySubscriptionAsync (this Microsoft.Azure.Management.PowerBIEmbedded.IWorkspaceCollectionsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.PowerBIEmbedded.IWorkspaceCollectionsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.PowerBIEmbedded.Models.WorkspaceCollection>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IWorkspaceCollectionsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of WorkspaceCollection))

Parameters

operations
IWorkspaceCollectionsOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to