Uses of Class
com.azure.resourcemanager.storage.models.BlobRestoreParameters
Packages that use BlobRestoreParameters
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
Package containing the data models for StorageManagementClient.
-
Uses of BlobRestoreParameters in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent with parameters of type BlobRestoreParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BlobRestoreStatusInner>, BlobRestoreStatusInner> StorageAccountsClient.beginRestoreBlobRanges(String resourceGroupName, String accountName, BlobRestoreParameters parameters) Restore blobs in the specified blob ranges.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<BlobRestoreStatusInner>, BlobRestoreStatusInner> StorageAccountsClient.beginRestoreBlobRanges(String resourceGroupName, String accountName, BlobRestoreParameters parameters, com.azure.core.util.Context context) Restore blobs in the specified blob ranges.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<BlobRestoreStatusInner>, BlobRestoreStatusInner> StorageAccountsClient.beginRestoreBlobRangesAsync(String resourceGroupName, String accountName, BlobRestoreParameters parameters) Restore blobs in the specified blob ranges.StorageAccountsClient.restoreBlobRanges(String resourceGroupName, String accountName, BlobRestoreParameters parameters) Restore blobs in the specified blob ranges.StorageAccountsClient.restoreBlobRanges(String resourceGroupName, String accountName, BlobRestoreParameters parameters, com.azure.core.util.Context context) Restore blobs in the specified blob ranges.StorageAccountsClient.restoreBlobRangesAsync(String resourceGroupName, String accountName, BlobRestoreParameters parameters) Restore blobs in the specified blob ranges.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> StorageAccountsClient.restoreBlobRangesWithResponseAsync(String resourceGroupName, String accountName, BlobRestoreParameters parameters) Restore blobs in the specified blob ranges. -
Uses of BlobRestoreParameters in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return BlobRestoreParametersModifier and TypeMethodDescriptionBlobRestoreStatusInner.parameters()Get the parameters property: Blob restore request parameters. -
Uses of BlobRestoreParameters in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return BlobRestoreParametersModifier and TypeMethodDescriptionstatic BlobRestoreParametersBlobRestoreParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BlobRestoreParameters from the JsonReader.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.