DashboardsOperationsExtensions.GetDashboardsAsAdminAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetDashboardsAsAdminAsync(IDashboardsOperations, Guid, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
public static System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Dashboards> GetDashboardsAsAdminAsync (this Microsoft.PowerBI.Api.IDashboardsOperations operations, Guid groupId, string filter = default, int? top = default, int? skip = default, System.Threading.CancellationToken cancellationToken = default);
static member GetDashboardsAsAdminAsync : Microsoft.PowerBI.Api.IDashboardsOperations * Guid * string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Dashboards>
<Extension()>
Public Function GetDashboardsAsAdminAsync (operations As IDashboardsOperations, groupId As Guid, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Dashboards)
Paramètres
- operations
- IDashboardsOperations
- groupId
- Guid
- filter
- String
- cancellationToken
- CancellationToken
Retours
S’applique à
GetDashboardsAsAdminAsync(IDashboardsOperations, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)
public static System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Dashboards> GetDashboardsAsAdminAsync (this Microsoft.PowerBI.Api.IDashboardsOperations operations, string expand = default, string filter = default, int? top = default, int? skip = default, System.Threading.CancellationToken cancellationToken = default);
static member GetDashboardsAsAdminAsync : Microsoft.PowerBI.Api.IDashboardsOperations * string * string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.PowerBI.Api.Models.Dashboards>
<Extension()>
Public Function GetDashboardsAsAdminAsync (operations As IDashboardsOperations, Optional expand As String = Nothing, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Dashboards)
Paramètres
- operations
- IDashboardsOperations
- expand
- String
- filter
- String
- cancellationToken
- CancellationToken
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET