public interface Reports
Resource collection API of Reports.
  • Method Summary

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

    • list

      com.azure.core.http.rest.PagedIterable<ReportResource> list()
      Get the AppComplianceAutomation report list for the tenant.
      Returns:
      the AppComplianceAutomation report list for the tenant as paginated response with PagedIterable.
      Throws:
      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<ReportResource> list(String skipToken, Integer top, String select, String offerGuid, String reportCreatorTenantId, com.azure.core.util.Context context)
      Get the AppComplianceAutomation report list for the tenant.
      Parameters:
      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.
      offerGuid - The offerGuid which mapping to the reports.
      reportCreatorTenantId - The tenant id of the report creator.
      context - The context to associate with this operation.
      Returns:
      the AppComplianceAutomation report list for the tenant 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.