ReportsOperationsExtensions.GetPage 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
GetPage(IReportsOperations, Guid, Guid, String) | |
GetPage(IReportsOperations, Guid, String) |
GetPage(IReportsOperations, Guid, Guid, String)
public static Microsoft.PowerBI.Api.Models.Page GetPage (this Microsoft.PowerBI.Api.IReportsOperations operations, Guid groupId, Guid reportId, string pageName);
static member GetPage : Microsoft.PowerBI.Api.IReportsOperations * Guid * Guid * string -> Microsoft.PowerBI.Api.Models.Page
<Extension()>
Public Function GetPage (operations As IReportsOperations, groupId As Guid, reportId As Guid, pageName As String) As Page
Parameters
- operations
- IReportsOperations
- groupId
- Guid
- reportId
- Guid
- pageName
- String
Returns
Applies to
GetPage(IReportsOperations, Guid, String)
public static Microsoft.PowerBI.Api.Models.Page GetPage (this Microsoft.PowerBI.Api.IReportsOperations operations, Guid reportId, string pageName);
static member GetPage : Microsoft.PowerBI.Api.IReportsOperations * Guid * string -> Microsoft.PowerBI.Api.Models.Page
<Extension()>
Public Function GetPage (operations As IReportsOperations, reportId As Guid, pageName As String) As Page
Parameters
- operations
- IReportsOperations
- reportId
- Guid
- pageName
- String
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET