| 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.
|
| Modifier and Type | Method and Description |
|---|---|
PageBlobAsyncClient |
BlobAsyncClient.getPageBlobAsyncClient()
Creates a new
PageBlobAsyncClient associated with this blob. |
| Modifier and Type | Method and Description |
|---|---|
PageBlobAsyncClient |
SpecializedBlobClientBuilder.buildPageBlobAsyncClient()
Creates a
PageBlobAsyncClient based on options set in the Builder. |
PageBlobAsyncClient |
PageBlobAsyncClient.getCustomerProvidedKeyAsyncClient(CustomerProvidedKey customerProvidedKey)
Creates a new
PageBlobAsyncClient with the specified customerProvidedKey. |
PageBlobAsyncClient |
PageBlobAsyncClient.getEncryptionScopeAsyncClient(String encryptionScope)
Creates a new
PageBlobAsyncClient with the specified encryptionScope. |
Copyright © 2021 Microsoft Corporation. All rights reserved.