SnapshotResourceCollection.GetAll 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 snapshot list.
- Request Path: /providers/Microsoft.AppComplianceAutomation/reports/{reportName}/snapshots
- Operation Id: Snapshots_List
public virtual Azure.Pageable<Azure.ResourceManager.AppComplianceAutomation.SnapshotResource> GetAll (string skipToken = default, int? top = default, string select = default, string reportCreatorTenantId = default, string offerGuid = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * Nullable<int> * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppComplianceAutomation.SnapshotResource>
override this.GetAll : string * Nullable<int> * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppComplianceAutomation.SnapshotResource>
Public Overridable Function GetAll (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 Pageable(Of SnapshotResource)
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.
- 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
A collection of SnapshotResource that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET