Uses of Class
com.azure.storage.blob.specialized.PageBlobClient
Package
Description
Package containing the classes for BlobServiceClient.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of PageBlobClient in com.azure.storage.blob
Modifier and TypeMethodDescriptionBlobClient.getPageBlobClient()
Creates a newPageBlobClient
associated with this blob. -
Uses of PageBlobClient in com.azure.storage.blob.specialized
Modifier and TypeMethodDescriptionSpecializedBlobClientBuilder.buildPageBlobClient()
Creates aPageBlobClient
based on options set in the Builder.PageBlobClient.getCustomerProvidedKeyClient
(CustomerProvidedKey customerProvidedKey) Creates a newPageBlobClient
with the specifiedcustomerProvidedKey
.PageBlobClient.getEncryptionScopeClient
(String encryptionScope) Creates a newPageBlobClient
with the specifiedencryptionScope
.