Uses of Class
com.azure.storage.blob.options.UndeleteBlobContainerOptions
Package
Description
Package containing the classes for BlobServiceClient.
Package containing options model classes used by Azure Storage Blobs.
-
Uses of UndeleteBlobContainerOptions in com.azure.storage.blob
Modifier and TypeMethodDescriptionMono<com.azure.core.http.rest.Response<BlobContainerAsyncClient>>
BlobServiceAsyncClient.undeleteBlobContainerWithResponse
(UndeleteBlobContainerOptions options) Restores a previously deleted container.com.azure.core.http.rest.Response<BlobContainerClient>
BlobServiceClient.undeleteBlobContainerWithResponse
(UndeleteBlobContainerOptions options, Duration timeout, com.azure.core.util.Context context) Restores a previously deleted container. -
Uses of UndeleteBlobContainerOptions in com.azure.storage.blob.options
Modifier and TypeMethodDescriptionUndeleteBlobContainerOptions.setDestinationContainerName
(String destinationContainerName) Deprecated.Destination container name must match deleted container name