Interface DownloadResponse


public interface DownloadResponse
An immutable client-side representation of DownloadResponse.
  • Method Details

    • resourceList

      List<ResourceItem> resourceList()
      Gets the resourceList property: List of the reports.
      Returns:
      the resourceList value.
    • complianceReport

      List<ComplianceReportItem> complianceReport()
      Gets the complianceReport property: List of the compliance result.
      Returns:
      the complianceReport value.
    • compliancePdfReport

      Gets the compliancePdfReport property: compliance pdf report.
      Returns:
      the compliancePdfReport value.
    • complianceDetailedPdfReport

      DownloadResponseComplianceDetailedPdfReport complianceDetailedPdfReport()
      Gets the complianceDetailedPdfReport property: compliance detailed pdf report.
      Returns:
      the complianceDetailedPdfReport value.
    • innerModel

      DownloadResponseInner innerModel()
      Gets the inner com.azure.resourcemanager.appcomplianceautomation.fluent.models.DownloadResponseInner object.
      Returns:
      the inner object.