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