Partager via


DashboardsOperationsExtensions.AddDashboardAsync Méthode

Définition

Surcharges

AddDashboardAsync(IDashboardsOperations, AddDashboardRequest, CancellationToken)
AddDashboardAsync(IDashboardsOperations, Guid, AddDashboardRequest, CancellationToken)

AddDashboardAsync(IDashboardsOperations, AddDashboardRequest, CancellationToken)

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

Paramètres

requestParameters
AddDashboardRequest
cancellationToken
CancellationToken

Retours

S’applique à

AddDashboardAsync(IDashboardsOperations, Guid, AddDashboardRequest, CancellationToken)

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

Paramètres

groupId
Guid
requestParameters
AddDashboardRequest
cancellationToken
CancellationToken

Retours

S’applique à