Uses of Class
com.azure.storage.blob.specialized.PageBlobClient
-
Packages that use PageBlobClient 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 PageBlobClient in com.azure.storage.blob
Methods in com.azure.storage.blob that return PageBlobClient Modifier and Type Method Description PageBlobClientBlobClient. getPageBlobClient()Creates a newPageBlobClientassociated with this blob. -
Uses of PageBlobClient in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized that return PageBlobClient Modifier and Type Method Description PageBlobClientSpecializedBlobClientBuilder. buildPageBlobClient()Creates aPageBlobClientbased on options set in the Builder.PageBlobClientPageBlobClient. getCustomerProvidedKeyClient(CustomerProvidedKey customerProvidedKey)Creates a newPageBlobClientwith the specifiedcustomerProvidedKey.PageBlobClientPageBlobClient. getEncryptionScopeClient(String encryptionScope)Creates a newPageBlobClientwith the specifiedencryptionScope.
-