DashboardsOperationsExtensions.GetTileAsync 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
GetTileAsync(IDashboardsOperations, Guid, Guid, CancellationToken) | |
GetTileAsync(IDashboardsOperations, Guid, Guid, Guid, CancellationToken) |
GetTileAsync(IDashboardsOperations, Guid, Guid, CancellationToken)
public static System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Tile> GetTileAsync (this Microsoft.PowerBI.Api.IDashboardsOperations operations, Guid dashboardId, Guid tileId, System.Threading.CancellationToken cancellationToken = default);
static member GetTileAsync : Microsoft.PowerBI.Api.IDashboardsOperations * Guid * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Tile>
<Extension()>
Public Function GetTileAsync (operations As IDashboardsOperations, dashboardId As Guid, tileId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Tile)
Parameter
- operations
- IDashboardsOperations
- dashboardId
- Guid
- tileId
- Guid
- cancellationToken
- CancellationToken
Gibt zurück
Gilt für:
GetTileAsync(IDashboardsOperations, Guid, Guid, Guid, CancellationToken)
public static System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Tile> GetTileAsync (this Microsoft.PowerBI.Api.IDashboardsOperations operations, Guid groupId, Guid dashboardId, Guid tileId, System.Threading.CancellationToken cancellationToken = default);
static member GetTileAsync : Microsoft.PowerBI.Api.IDashboardsOperations * Guid * Guid * Guid * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Tile>
<Extension()>
Public Function GetTileAsync (operations As IDashboardsOperations, groupId As Guid, dashboardId As Guid, tileId As Guid, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Tile)
Parameter
- operations
- IDashboardsOperations
- groupId
- Guid
- dashboardId
- Guid
- tileId
- Guid
- 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