Interface ExportJobsResult


public interface ExportJobsResult
An immutable client-side representation of ExportJobsResult.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the blobSasKey property: SAS key to access the blob.
    Gets the blobUrl property: URL of the blob into which the serialized string of list of jobs is exported.
    Gets the excelFileBlobSasKey property: SAS key to access the ExcelFile blob.
    Gets the excelFileBlobUrl property: URL of the blob into which the ExcelFile is uploaded.
    Gets the inner com.azure.resourcemanager.dataprotection.fluent.models.ExportJobsResultInner object.
  • Method Details

    • blobUrl

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

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

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

      String excelFileBlobSasKey()
      Gets the excelFileBlobSasKey property: SAS key to access the ExcelFile blob.
      Returns:
      the excelFileBlobSasKey value.
    • innerModel

      ExportJobsResultInner innerModel()
      Gets the inner com.azure.resourcemanager.dataprotection.fluent.models.ExportJobsResultInner object.
      Returns:
      the inner object.