Package | Description |
---|---|
com.microsoft.azure.management.storage |
This package contains the classes for StorageManagementClient.
|
Modifier and Type | Method and Description |
---|---|
EncryptionService |
EncryptionServices.blob()
Get the encryption function of the blob storage service.
|
EncryptionService |
EncryptionServices.file()
Get the encryption function of the file storage service.
|
EncryptionService |
EncryptionServices.queue()
Get the encryption function of the queue storage service.
|
EncryptionService |
EncryptionServices.table()
Get the encryption function of the table storage service.
|
EncryptionService |
EncryptionService.withEnabled(Boolean enabled)
Set a boolean indicating whether or not the service encrypts the data as it is stored.
|
Modifier and Type | Method and Description |
---|---|
EncryptionServices |
EncryptionServices.withBlob(EncryptionService blob)
Set the encryption function of the blob storage service.
|
EncryptionServices |
EncryptionServices.withFile(EncryptionService file)
Set the encryption function of the file storage service.
|
Copyright © 2019. All rights reserved.