ReportsOperationsExtensions.GetPageAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- operations
- IReportsOperations
- reportId
- Guid
- pageName
- String
- cancellationToken
- CancellationToken
Returns
Applies to
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)
Parameters
- operations
- IReportsOperations
- groupId
- Guid
- reportId
- Guid
- pageName
- String
- cancellationToken
- CancellationToken
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET