Class EncryptionProperties
java.lang.Object
com.microsoft.azure.management.batch.EncryptionProperties
Configures how customer data is encrypted inside the Batch account. By
default, accounts are encrypted using a Microsoft managed key. For
additional control, a customer-managed key can be used instead.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet type of the key source.Get additional details when using Microsoft.KeyVault.withKeySource(KeySource keySource) Set type of the key source.withKeyVaultProperties(KeyVaultProperties keyVaultProperties) Set additional details when using Microsoft.KeyVault.
-
Constructor Details
-
EncryptionProperties
public EncryptionProperties()
-
-
Method Details
-
keySource
Get type of the key source. Possible values include: 'Microsoft.Batch', 'Microsoft.KeyVault'.- Returns:
- the keySource value
-
withKeySource
Set type of the key source. Possible values include: 'Microsoft.Batch', 'Microsoft.KeyVault'.- Parameters:
keySource- the keySource value to set- Returns:
- the EncryptionProperties object itself.
-
keyVaultProperties
Get additional details when using Microsoft.KeyVault.- Returns:
- the keyVaultProperties value
-
withKeyVaultProperties
Set additional details when using Microsoft.KeyVault.- Parameters:
keyVaultProperties- the keyVaultProperties value to set- Returns:
- the EncryptionProperties object itself.
-