Uses of Class
com.azure.storage.blob.BlobContainerClient
Packages that use BlobContainerClient
Package
Description
Package containing the classes for BlobServiceClient.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of BlobContainerClient in com.azure.storage.blob
Methods in com.azure.storage.blob that return BlobContainerClientModifier and TypeMethodDescriptionBlobContainerClientBuilder.buildClient()Creates aBlobContainerClientfrom the configured options.BlobServiceClient.createBlobContainer(String containerName) Creates a new container within a storage account.BlobServiceClient.createBlobContainerIfNotExists(String containerName) Creates a new container within a storage account if it does not exist.BlobServiceClient.getBlobContainerClient(String containerName) Initializes aBlobContainerClientobject pointing to the specified container.BlobServiceClient.undeleteBlobContainer(String deletedContainerName, String deletedContainerVersion) Restores a previously deleted container.Methods in com.azure.storage.blob that return types with arguments of type BlobContainerClientModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<BlobContainerClient> BlobServiceClient.createBlobContainerIfNotExistsWithResponse(String containerName, BlobContainerCreateOptions options, com.azure.core.util.Context context) Creates a new container within a storage account if it does not exist.com.azure.core.http.rest.Response<BlobContainerClient> BlobServiceClient.createBlobContainerWithResponse(String containerName, Map<String, String> metadata, PublicAccessType accessType, com.azure.core.util.Context context) Creates a new container within a storage account.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 BlobContainerClient in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized that return BlobContainerClientModifier and TypeMethodDescriptionBlobClientBase.getContainerClient()Gets a client pointing to the parent container.Methods in com.azure.storage.blob.specialized with parameters of type BlobContainerClientModifier and TypeMethodDescriptionBlobLeaseClientBuilder.containerClient(BlobContainerClient blobContainerClient) Configures the builder based on the passedBlobContainerClient.SpecializedBlobClientBuilder.containerClient(BlobContainerClient blobContainerClient, String blobName) Configures the builder based on theBlobContainerClientand appends the blob name to the container's URL.