C# 클래스 Microsoft.PowerBI.Api.V1.WorkspacesExtensions

Extension methods for Workspaces.
파일 보기 프로젝트 열기: Microsoft/PowerBI-CSharp

공개 메소드들

메소드 설명
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