Uses of Class
com.microsoft.azure.management.batch.EncryptionProperties
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of EncryptionProperties in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionBatchAccountCreateParameters.encryption()
Get configures how customer data is encrypted inside the Batch account.BatchAccountUpdateParameters.encryption()
Get configures how customer data is encrypted inside the Batch account.EncryptionProperties.withKeySource
(KeySource keySource) Set type of the key source.EncryptionProperties.withKeyVaultProperties
(KeyVaultProperties keyVaultProperties) Set additional details when using Microsoft.KeyVault.Modifier and TypeMethodDescriptionBatchAccountCreateParameters.withEncryption
(EncryptionProperties encryption) Set configures how customer data is encrypted inside the Batch account.BatchAccountUpdateParameters.withEncryption
(EncryptionProperties encryption) Set configures how customer data is encrypted inside the Batch account.