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 |
---|---|
BlobClientBuilder |
BlobClientBuilder.customerProvidedKey(CustomerProvidedKey customerProvidedKey)
Sets the
customer provided key that is used to encrypt blob contents on the server. |
BlobContainerClientBuilder |
BlobContainerClientBuilder.customerProvidedKey(CustomerProvidedKey customerProvidedKey)
Sets the
customer provided key that is used to encrypt blob contents on the server. |
BlobServiceClientBuilder |
BlobServiceClientBuilder.customerProvidedKey(CustomerProvidedKey customerProvidedKey)
Sets the
customer provided key that is used to encrypt blob contents on the server. |
Modifier and Type | Method and Description |
---|---|
SpecializedBlobClientBuilder |
SpecializedBlobClientBuilder.customerProvidedKey(CustomerProvidedKey customerProvidedKey)
Sets the
customer provided key that is used to encrypt blob contents on the server. |
Copyright © 2019 Microsoft Corporation. All rights reserved.