Uses of Class
com.azure.storage.blob.options.UndeleteBlobContainerOptions
Packages that use 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
Methods in com.azure.storage.blob with parameters of type UndeleteBlobContainerOptionsModifier 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
Methods in com.azure.storage.blob.options that return UndeleteBlobContainerOptionsModifier and TypeMethodDescriptionUndeleteBlobContainerOptions.setDestinationContainerName
(String destinationContainerName) Deprecated.Destination container name must match deleted container name