public final class BlobRestoreParameters extends Object
| Constructor and Description |
|---|
BlobRestoreParameters() |
| Modifier and Type | Method and Description |
|---|---|
List<BlobRestoreRange> |
blobRanges()
Get the blobRanges property: Blob ranges to restore.
|
OffsetDateTime |
timeToRestore()
Get the timeToRestore property: Restore blob to the specified time.
|
void |
validate()
Validates the instance.
|
BlobRestoreParameters |
withBlobRanges(List<BlobRestoreRange> blobRanges)
Set the blobRanges property: Blob ranges to restore.
|
BlobRestoreParameters |
withTimeToRestore(OffsetDateTime timeToRestore)
Set the timeToRestore property: Restore blob to the specified time.
|
public OffsetDateTime timeToRestore()
public BlobRestoreParameters withTimeToRestore(OffsetDateTime timeToRestore)
timeToRestore - the timeToRestore value to set.public List<BlobRestoreRange> blobRanges()
public BlobRestoreParameters withBlobRanges(List<BlobRestoreRange> blobRanges)
blobRanges - the blobRanges value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.