DashboardsOperationsExtensions.AddDashboardAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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)
Parameter
- operations
- IDashboardsOperations
- requestParameters
- AddDashboardRequest
- cancellationToken
- CancellationToken
Gibt zurück
Gilt für:
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)
Parameter
- operations
- IDashboardsOperations
- groupId
- Guid
- requestParameters
- AddDashboardRequest
- cancellationToken
- CancellationToken
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET