ReportResourceCollection.GetAllAsync 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.
Get the AppComplianceAutomation report list for the tenant.
- Request Path: /providers/Microsoft.AppComplianceAutomation/reports
- Operation Id: Reports_List
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)
Parameters
- skipToken
- String
Skip over when retrieving results.
- select
- String
OData Select statement. Limits the properties on each entry to just those requested, e.g. ?$select=reportName,id.
- offerGuid
- String
The offerGuid which mapping to the reports.
- reportCreatorTenantId
- String
The tenant id of the report creator.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of ReportResource that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET