Uses of Class
com.azure.storage.blob.specialized.BlobAsyncClientBase
-
Packages that use BlobAsyncClientBase Package Description com.azure.storage.blob Package containing the classes for BlobServiceClient.com.azure.storage.blob.specialized Package containing specialized clients for Azure Storage Blobs. -
-
Uses of BlobAsyncClientBase in com.azure.storage.blob
Subclasses of BlobAsyncClientBase in com.azure.storage.blob Modifier and Type Class Description classBlobAsyncClientThis class provides a client that contains generic blob operations for Azure Storage Blobs. -
Uses of BlobAsyncClientBase in com.azure.storage.blob.specialized
Subclasses of BlobAsyncClientBase in com.azure.storage.blob.specialized Modifier and Type Class Description classAppendBlobAsyncClientClient to an append blob.classBlockBlobAsyncClientClient to a block blob.classPageBlobAsyncClientClient to a page blob.Methods in com.azure.storage.blob.specialized that return BlobAsyncClientBase Modifier and Type Method Description BlobAsyncClientBaseBlobAsyncClientBase. getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)Creates a newBlobAsyncClientBasewith the specifiedcustomerProvidedKey.BlobAsyncClientBaseBlobAsyncClientBase. getEncryptionScopeAsyncClient(String encryptionScope)Creates a newBlobAsyncClientBasewith the specifiedencryptionScope.BlobAsyncClientBaseBlobAsyncClientBase. getSnapshotClient(String snapshot)Creates a newBlobAsyncClientBaselinked to thesnapshotof this blob resource.BlobAsyncClientBaseBlobAsyncClientBase. getVersionClient(String versionId)Creates a newBlobAsyncClientBaselinked to theversionIdof this blob resource.Methods in com.azure.storage.blob.specialized that return types with arguments of type BlobAsyncClientBase Modifier and Type Method Description Mono<BlobAsyncClientBase>BlobAsyncClientBase. createSnapshot()Creates a read-only snapshot of the blob.Mono<com.azure.core.http.rest.Response<BlobAsyncClientBase>>BlobAsyncClientBase. createSnapshotWithResponse(Map<String,String> metadata, BlobRequestConditions requestConditions)Creates a read-only snapshot of the blob.Methods in com.azure.storage.blob.specialized with parameters of type BlobAsyncClientBase Modifier and Type Method Description BlobLeaseClientBuilderBlobLeaseClientBuilder. blobAsyncClient(BlobAsyncClientBase blobAsyncClient)Configures the builder based on the passedBlobAsyncClient.SpecializedBlobClientBuilderSpecializedBlobClientBuilder. blobAsyncClient(BlobAsyncClientBase blobAsyncClient)Configures the builder based on theBlobAsyncClientBase.Constructors in com.azure.storage.blob.specialized with parameters of type BlobAsyncClientBase Constructor Description BlobClientBase(BlobAsyncClientBase client)Constructor used bySpecializedBlobClientBuilder.
-