C# Класс Microsoft.PowerBI.Api.V1.WorkspacesExtensions

Extension methods for Workspaces.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetWorkspacesByCollectionName ( this operations, string collectionName ) : ODataResponseListWorkspace

Returns a list of workspaces for the specified collection

GetWorkspacesByCollectionNameAsync ( this operations, string collectionName, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Returns a list of workspaces for the specified collection

PostWorkspace ( this operations, string collectionName ) : Workspace

Creates a new workspace within a workspace collection

PostWorkspaceAsync ( this operations, string collectionName, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Creates a new workspace within a workspace collection

Описание методов

GetWorkspacesByCollectionName() публичный статический Метод

Returns a list of workspaces for the specified collection
public static GetWorkspacesByCollectionName ( this operations, string collectionName ) : ODataResponseListWorkspace
operations this /// The operations group for this extension method. ///
collectionName string /// The workspace collection name ///
Результат ODataResponseListWorkspace

GetWorkspacesByCollectionNameAsync() публичный статический Метод

Returns a list of workspaces for the specified collection
public static GetWorkspacesByCollectionNameAsync ( this operations, string collectionName, CancellationToken cancellationToken = default(CancellationToken) ) : Task
operations this /// The operations group for this extension method. ///
collectionName string /// The workspace collection name ///
cancellationToken System.Threading.CancellationToken /// The cancellation token. ///
Результат Task

PostWorkspace() публичный статический Метод

Creates a new workspace within a workspace collection
public static PostWorkspace ( this operations, string collectionName ) : Workspace
operations this /// The operations group for this extension method. ///
collectionName string /// The workspace collection name ///
Результат Workspace

PostWorkspaceAsync() публичный статический Метод

Creates a new workspace within a workspace collection
public static PostWorkspaceAsync ( this operations, string collectionName, CancellationToken cancellationToken = default(CancellationToken) ) : Task
operations this /// The operations group for this extension method. ///
collectionName string /// The workspace collection name ///
cancellationToken System.Threading.CancellationToken /// The cancellation token. ///
Результат Task