IWorkspaces Interface

 

Workspaces operations.

Namespace:   Microsoft.PowerBI.Api.Beta
Assembly:  Microsoft.PowerBI.Api (in Microsoft.PowerBI.Api.dll)

Syntax

public interface IWorkspaces

Methods

Name Description
System_CAPS_pubmethod GetWorkspacesByCollectionNameWithHttpMessagesAsync(String, Dictionary<String, List<String>>, CancellationToken)

Returns a list of workspaces for the specified collection

System_CAPS_pubmethod PostWorkspaceWithHttpMessagesAsync(String, Dictionary<String, List<String>>, CancellationToken)

Creates a new workspace within a workspace collection

Extension Methods

Name Description
System_CAPS_pubmethod GetWorkspacesByCollectionName(String)

Returns a list of workspaces for the specified collection (Defined by WorkspacesExtensions.)

System_CAPS_pubmethod GetWorkspacesByCollectionNameAsync(String, CancellationToken)

Returns a list of workspaces for the specified collection (Defined by WorkspacesExtensions.)

System_CAPS_pubmethod PostWorkspace(String)

Creates a new workspace within a workspace collection (Defined by WorkspacesExtensions.)

System_CAPS_pubmethod PostWorkspaceAsync(String, CancellationToken)

Creates a new workspace within a workspace collection (Defined by WorkspacesExtensions.)

See Also

Microsoft.PowerBI.Api.Beta Namespace

Return to top