Uses of Class
com.microsoft.azure.management.storage.BlobRestoreRange
Packages that use BlobRestoreRange
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of BlobRestoreRange in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return BlobRestoreRangeModifier and TypeMethodDescriptionBlobRestoreRange.withEndRange
(String endRange) Set blob end range.BlobRestoreRange.withStartRange
(String startRange) Set blob start range.Methods in com.microsoft.azure.management.storage that return types with arguments of type BlobRestoreRangeMethod parameters in com.microsoft.azure.management.storage with type arguments of type BlobRestoreRangeModifier and TypeMethodDescriptionBlobRestoreParameters.withBlobRanges
(List<BlobRestoreRange> blobRanges) Set blob ranges to restore.