你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WorkspacesOperationsExtensions.List 方法

定义

检索指定工作区集合中的所有现有 Power BI 工作区。

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)

参数

operations
IWorkspacesOperations

此扩展方法的操作组。

resourceGroupName
String

Azure 资源组

workspaceCollectionName
String

Power BI Embedded工作区集合名称

返回

适用于