Class ExportJobsResultInner

java.lang.Object
com.azure.resourcemanager.dataprotection.fluent.models.ExportJobsResultInner

public final class ExportJobsResultInner extends Object
ExportJobsResult

The result for export jobs containing blob details.

  • Constructor Details

    • ExportJobsResultInner

      public ExportJobsResultInner()
      Creates an instance of ExportJobsResultInner class.
  • Method Details

    • blobUrl

      public String blobUrl()
      Get the blobUrl property: URL of the blob into which the serialized string of list of jobs is exported.
      Returns:
      the blobUrl value.
    • blobSasKey

      public String blobSasKey()
      Get the blobSasKey property: SAS key to access the blob.
      Returns:
      the blobSasKey value.
    • excelFileBlobUrl

      public String excelFileBlobUrl()
      Get the excelFileBlobUrl property: URL of the blob into which the ExcelFile is uploaded.
      Returns:
      the excelFileBlobUrl value.
    • excelFileBlobSasKey

      public String excelFileBlobSasKey()
      Get the excelFileBlobSasKey property: SAS key to access the ExcelFile blob.
      Returns:
      the excelFileBlobSasKey value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.