WorkspaceCollectionsOperationsExtensions.ListBySubscription Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves all existing Power BI workspace collections in the specified subscription.
public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.PowerBIEmbedded.Models.WorkspaceCollection> ListBySubscription (this Microsoft.Azure.Management.PowerBIEmbedded.IWorkspaceCollectionsOperations operations);
static member ListBySubscription : Microsoft.Azure.Management.PowerBIEmbedded.IWorkspaceCollectionsOperations -> seq<Microsoft.Azure.Management.PowerBIEmbedded.Models.WorkspaceCollection>
<Extension()>
Public Function ListBySubscription (operations As IWorkspaceCollectionsOperations) As IEnumerable(Of WorkspaceCollection)
Parameters
- operations
- IWorkspaceCollectionsOperations
The operations group for this extension method.