Aracılığıyla paylaş


AppsOperationsExtensions.GetDashboardsAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Dashboards> GetDashboardsAsync (this Microsoft.PowerBI.Api.IAppsOperations operations, Guid appId, System.Threading.CancellationToken cancellationToken = default);
static member GetDashboardsAsync : Microsoft.PowerBI.Api.IAppsOperations * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Dashboards>
<Extension()>
Public Function GetDashboardsAsync (operations As IAppsOperations, appId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Dashboards)

Parameters

operations
IAppsOperations
appId
Guid
cancellationToken
CancellationToken

Returns

Applies to