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

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

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

Метод Описание
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