Uses of Class
com.microsoft.azure.management.batch.EncryptionProperties
Packages that use EncryptionProperties
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of EncryptionProperties in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return EncryptionPropertiesModifier 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.Methods in com.microsoft.azure.management.batch with parameters of type EncryptionPropertiesModifier 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.