Freigeben über


DashboardsOperationsExtensions.GetDashboardsAsync Methode

Definition

Überlädt

GetDashboardsAsync(IDashboardsOperations, CancellationToken)
GetDashboardsAsync(IDashboardsOperations, Guid, CancellationToken)

GetDashboardsAsync(IDashboardsOperations, CancellationToken)

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

Parameter

cancellationToken
CancellationToken

Gibt zurück

Gilt für:

GetDashboardsAsync(IDashboardsOperations, Guid, CancellationToken)

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

Parameter

groupId
Guid
cancellationToken
CancellationToken

Gibt zurück

Gilt für: