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

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

공개 메소드들

메소드 설명
GetReports ( this operations, string collectionName, string workspaceId ) : ODataResponseListReport

Gets a list of reports available within the specified workspace

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

Gets a list of reports available within the specified workspace

메소드 상세

GetReports() 공개 정적인 메소드

Gets a list of reports available within the specified workspace
public static GetReports ( this operations, string collectionName, string workspaceId ) : ODataResponseListReport
operations this /// The operations group for this extension method. ///
collectionName string /// The workspace collection name ///
workspaceId string /// The workspace id ///
리턴 ODataResponseListReport

GetReportsAsync() 공개 정적인 메소드

Gets a list of reports available within the specified workspace
public static GetReportsAsync ( this operations, string collectionName, string workspaceId, CancellationToken cancellationToken = default(CancellationToken) ) : Task
operations this /// The operations group for this extension method. ///
collectionName string /// The workspace collection name ///
workspaceId string /// The workspace id ///
cancellationToken System.Threading.CancellationToken /// The cancellation token. ///
리턴 Task