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