Compartir a través de


AppsOperationsExtensions.GetDashboardAsync Método

Definición

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

Parámetros

operations
IAppsOperations
appId
Guid
dashboardId
Guid
cancellationToken
CancellationToken

Devoluciones

Se aplica a