WorkspacesExtensions.GetWorkspacesByCollectionNameAsync(IWorkspaces, String, CancellationToken) 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.
public static System.Threading.Tasks.Task<Microsoft.PowerBI.Api.V1.Models.ODataResponseListWorkspace> GetWorkspacesByCollectionNameAsync (this Microsoft.PowerBI.Api.V1.IWorkspaces operations, string collectionName, System.Threading.CancellationToken cancellationToken = null);
static member GetWorkspacesByCollectionNameAsync : Microsoft.PowerBI.Api.V1.IWorkspaces * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.V1.Models.ODataResponseListWorkspace>
Parameters
- operations
- IWorkspaces
- collectionName
- System.String
- cancellationToken
- System.Threading.CancellationToken
Returns
- System.Threading.Tasks.Task<ODataResponseListWorkspace>