ReportsOperationsExtensions.CloneReportAsync 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
CloneReportAsync(IReportsOperations, Guid, CloneReportRequest, CancellationToken) | |
CloneReportAsync(IReportsOperations, Guid, Guid, CloneReportRequest, CancellationToken) |
CloneReportAsync(IReportsOperations, Guid, CloneReportRequest, CancellationToken)
public static System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Report> CloneReportAsync (this Microsoft.PowerBI.Api.IReportsOperations operations, Guid reportId, Microsoft.PowerBI.Api.Models.CloneReportRequest requestParameters, System.Threading.CancellationToken cancellationToken = default);
static member CloneReportAsync : Microsoft.PowerBI.Api.IReportsOperations * Guid * Microsoft.PowerBI.Api.Models.CloneReportRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Report>
<Extension()>
Public Function CloneReportAsync (operations As IReportsOperations, reportId As Guid, requestParameters As CloneReportRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Report)
Parameter
- operations
- IReportsOperations
- reportId
- Guid
- requestParameters
- CloneReportRequest
- cancellationToken
- CancellationToken
Gibt zurück
Gilt für:
CloneReportAsync(IReportsOperations, Guid, Guid, CloneReportRequest, CancellationToken)
public static System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Report> CloneReportAsync (this Microsoft.PowerBI.Api.IReportsOperations operations, Guid groupId, Guid reportId, Microsoft.PowerBI.Api.Models.CloneReportRequest requestParameters, System.Threading.CancellationToken cancellationToken = default);
static member CloneReportAsync : Microsoft.PowerBI.Api.IReportsOperations * Guid * Guid * Microsoft.PowerBI.Api.Models.CloneReportRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Report>
<Extension()>
Public Function CloneReportAsync (operations As IReportsOperations, groupId As Guid, reportId As Guid, requestParameters As CloneReportRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Report)
Parameter
- operations
- IReportsOperations
- groupId
- Guid
- reportId
- Guid
- requestParameters
- CloneReportRequest
- 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