ReportResourceCollection.GetAllAsync 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.
Obtenez la liste des rapports AppComplianceAutomation pour le locataire.
- Chemin de la requête/providers/Microsoft.AppComplianceAutomation/reports
- IdReports_List d’opération
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppComplianceAutomation.ReportResource> GetAllAsync (string skipToken = default, int? top = default, string select = default, string offerGuid = default, string reportCreatorTenantId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * Nullable<int> * string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppComplianceAutomation.ReportResource>
override this.GetAllAsync : string * Nullable<int> * string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppComplianceAutomation.ReportResource>
Public Overridable Function GetAllAsync (Optional skipToken As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional select As String = Nothing, Optional offerGuid As String = Nothing, Optional reportCreatorTenantId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ReportResource)
Paramètres
- skipToken
- String
Ignorez lors de la récupération des résultats.
- select
- String
Instruction OData Select. Limite les propriétés de chaque entrée à celles demandées, par exemple ?$select=reportName,id.
- offerGuid
- String
OfferGuid qui est mappé aux rapports.
- reportCreatorTenantId
- String
ID de locataire du créateur du rapport.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Collection asynchrone de qui peut nécessiter plusieurs demandes de ReportResource service pour itérer.
S’applique à
Azure SDK for .NET