SnapshotResourceCollection.GetAllAsync Method

Definition

Get the AppComplianceAutomation snapshot list.

  • Request Path: /providers/Microsoft.AppComplianceAutomation/reports/{reportName}/snapshots
  • Operation Id: Snapshots_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppComplianceAutomation.SnapshotResource> GetAllAsync (string skipToken = default, int? top = default, string select = default, string reportCreatorTenantId = default, string offerGuid = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * Nullable<int> * string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppComplianceAutomation.SnapshotResource>
override this.GetAllAsync : string * Nullable<int> * string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppComplianceAutomation.SnapshotResource>
Public Overridable Function GetAllAsync (Optional skipToken As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional select As String = Nothing, Optional reportCreatorTenantId As String = Nothing, Optional offerGuid As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SnapshotResource)

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.

reportCreatorTenantId
String

The tenant id of the report creator.

offerGuid
String

The offerGuid which mapping to the reports.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of SnapshotResource that may take multiple service requests to iterate over.

Applies to