ReportResourceCollection.GetAll Method

Definition

Get the AppComplianceAutomation report list for the tenant.

  • Request Path: /providers/Microsoft.AppComplianceAutomation/reports
  • Operation Id: Reports_List
public virtual Azure.Pageable<Azure.ResourceManager.AppComplianceAutomation.ReportResource> GetAll (string skipToken = default, int? top = default, string select = default, string offerGuid = default, string reportCreatorTenantId = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * Nullable<int> * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppComplianceAutomation.ReportResource>
override this.GetAll : string * Nullable<int> * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppComplianceAutomation.ReportResource>
Public Overridable Function GetAll (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 Pageable(Of ReportResource)

Parameters

skipToken
String

Skip over when retrieving results.

top
Nullable<Int32>

Number of elements to return 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

A collection of ReportResource that may take multiple service requests to iterate over.

Applies to