public interface SnapshotsClient
An instance of this class provides access to all the operations defined in SnapshotsClient.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<SnapshotResourceInner>
    list(String reportName)
    Get the AppComplianceAutomation snapshot list.
    com.azure.core.http.rest.PagedIterable<SnapshotResourceInner>
    list(String reportName, String skipToken, Integer top, String select, String reportCreatorTenantId, String offerGuid, com.azure.core.util.Context context)
    Get the AppComplianceAutomation snapshot list.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<SnapshotResourceInner> list(String reportName)
      Get the AppComplianceAutomation snapshot list.
      Parameters:
      reportName - Report Name.
      Returns:
      the AppComplianceAutomation snapshot list as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • list

      com.azure.core.http.rest.PagedIterable<SnapshotResourceInner> list(String reportName, String skipToken, Integer top, String select, String reportCreatorTenantId, String offerGuid, com.azure.core.util.Context context)
      Get the AppComplianceAutomation snapshot list.
      Parameters:
      reportName - Report Name.
      skipToken - Skip over when retrieving results.
      top - Number of elements to return when retrieving results.
      select - OData Select statement. Limits the properties on each entry to just those requested, e.g. ?$select=reportName,id.
      reportCreatorTenantId - The tenant id of the report creator.
      offerGuid - The offerGuid which mapping to the reports.
      context - The context to associate with this operation.
      Returns:
      the AppComplianceAutomation snapshot list as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.