WorkspacesOperationsExtensions.List 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 workspaces in the specified workspace collection.
public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.PowerBIEmbedded.Models.Workspace> List (this Microsoft.Azure.Management.PowerBIEmbedded.IWorkspacesOperations operations, string resourceGroupName, string workspaceCollectionName);
static member List : Microsoft.Azure.Management.PowerBIEmbedded.IWorkspacesOperations * string * string -> seq<Microsoft.Azure.Management.PowerBIEmbedded.Models.Workspace>
<Extension()>
Public Function List (operations As IWorkspacesOperations, resourceGroupName As String, workspaceCollectionName As String) As IEnumerable(Of Workspace)
Parameters
- operations
- IWorkspacesOperations
The operations group for this extension method.
- resourceGroupName
- String
Azure resource group
- workspaceCollectionName
- String
Power BI Embedded Workspace Collection name
Returns
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.