Class BlobRestoreParameters
java.lang.Object
com.microsoft.azure.management.storage.BlobRestoreParameters
Blob restore parameters.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet blob ranges to restore.org.joda.time.DateTime
Get restore blob to the specified time.withBlobRanges
(List<BlobRestoreRange> blobRanges) Set blob ranges to restore.withTimeToRestore
(org.joda.time.DateTime timeToRestore) Set restore blob to the specified time.
-
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
Set restore blob to the specified time.- Parameters:
timeToRestore
- the timeToRestore value to set- Returns:
- the BlobRestoreParameters object itself.
-
blobRanges
Get blob ranges to restore.- Returns:
- the blobRanges value
-
withBlobRanges
Set blob ranges to restore.- Parameters:
blobRanges
- the blobRanges value to set- Returns:
- the BlobRestoreParameters object itself.
-