| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionService |
EncryptionServices.blob()
Get the blob property: The encryption function of the blob storage service.
|
EncryptionService |
EncryptionServices.file()
Get the file property: The encryption function of the file storage service.
|
EncryptionService |
EncryptionServices.queue()
Get the queue property: The encryption function of the queue storage service.
|
EncryptionService |
EncryptionServices.table()
Get the table property: The encryption function of the table storage service.
|
EncryptionService |
EncryptionService.withEnabled(Boolean enabled)
Set the enabled property: A boolean indicating whether or not the service encrypts the data as it is stored.
|
EncryptionService |
EncryptionService.withKeyType(KeyType keyType)
Set the keyType property: Encryption key type to be used for the encryption service.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionServices |
EncryptionServices.withBlob(EncryptionService blob)
Set the blob property: The encryption function of the blob storage service.
|
EncryptionServices |
EncryptionServices.withFile(EncryptionService file)
Set the file property: The encryption function of the file storage service.
|
EncryptionServices |
EncryptionServices.withQueue(EncryptionService queue)
Set the queue property: The encryption function of the queue storage service.
|
EncryptionServices |
EncryptionServices.withTable(EncryptionService table)
Set the table property: The encryption function of the table storage service.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.