WorkspacesExtensions Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.PowerBI.Api.Beta.WorkspacesExtensions

Syntax

public static class WorkspacesExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static GetWorkspacesByCollectionName(IWorkspaces, String)

Returns a list of workspaces for the specified collection

System_CAPS_pubmethodSystem_CAPS_static GetWorkspacesByCollectionNameAsync(IWorkspaces, String, CancellationToken)

Returns a list of workspaces for the specified collection

System_CAPS_pubmethodSystem_CAPS_static PostWorkspace(IWorkspaces, String)

Creates a new workspace within a workspace collection

System_CAPS_pubmethodSystem_CAPS_static PostWorkspaceAsync(IWorkspaces, String, CancellationToken)

Creates a new workspace within a workspace collection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.PowerBI.Api.Beta Namespace

Return to top