Class EncryptionProperties
java.lang.Object
com.microsoft.azure.management.containerinstance.EncryptionProperties
The container group encryption properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionkeyName()
Get the encryption key name.Get the encryption key version.Get the keyvault base url.withKeyName
(String keyName) Set the encryption key name.withKeyVersion
(String keyVersion) Set the encryption key version.withVaultBaseUrl
(String vaultBaseUrl) Set the keyvault base url.
-
Constructor Details
-
EncryptionProperties
public EncryptionProperties()
-
-
Method Details
-
vaultBaseUrl
Get the keyvault base url.- Returns:
- the vaultBaseUrl value
-
withVaultBaseUrl
Set the keyvault base url.- Parameters:
vaultBaseUrl
- the vaultBaseUrl value to set- Returns:
- the EncryptionProperties object itself.
-
keyName
Get the encryption key name.- Returns:
- the keyName value
-
withKeyName
Set the encryption key name.- Parameters:
keyName
- the keyName value to set- Returns:
- the EncryptionProperties object itself.
-
keyVersion
Get the encryption key version.- Returns:
- the keyVersion value
-
withKeyVersion
Set the encryption key version.- Parameters:
keyVersion
- the keyVersion value to set- Returns:
- the EncryptionProperties object itself.
-