Class BlobRestoreParameters

java.lang.Object
com.microsoft.azure.management.storage.BlobRestoreParameters

public class BlobRestoreParameters extends Object
Blob restore parameters.
  • Constructor Details

    • BlobRestoreParameters

      public BlobRestoreParameters()
  • Method Details

    • timeToRestore

      public org.joda.time.DateTime timeToRestore()
      Get restore blob to the specified time.
      Returns:
      the timeToRestore value
    • withTimeToRestore

      public BlobRestoreParameters withTimeToRestore(org.joda.time.DateTime timeToRestore)
      Set restore blob to the specified time.
      Parameters:
      timeToRestore - the timeToRestore value to set
      Returns:
      the BlobRestoreParameters object itself.
    • blobRanges

      public List<BlobRestoreRange> blobRanges()
      Get blob ranges to restore.
      Returns:
      the blobRanges value
    • withBlobRanges

      public BlobRestoreParameters withBlobRanges(List<BlobRestoreRange> blobRanges)
      Set blob ranges to restore.
      Parameters:
      blobRanges - the blobRanges value to set
      Returns:
      the BlobRestoreParameters object itself.