| Package | Description |
|---|---|
| com.azure.storage.blob |
Package containing the classes for BlobServiceClient.
|
| com.azure.storage.blob.options |
Package containing options model classes used by Azure Storage Blobs.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<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.
|
| Modifier and Type | Method and Description |
|---|---|
UndeleteBlobContainerOptions |
UndeleteBlobContainerOptions.setDestinationContainerName(String destinationContainerName)
Sets the destination blob container name.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.