Class EncryptionProperties
java.lang.Object
com.azure.resourcemanager.containerinstance.models.EncryptionProperties
The container group encryption properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionkeyName()Get the keyName property: The encryption key name.Get the keyVersion property: The encryption key version.voidvalidate()Validates the instance.Get the vaultBaseUrl property: The keyvault base url.withKeyName(String keyName) Set the keyName property: The encryption key name.withKeyVersion(String keyVersion) Set the keyVersion property: The encryption key version.withVaultBaseUrl(String vaultBaseUrl) Set the vaultBaseUrl property: The keyvault base url.
-
Constructor Details
-
EncryptionProperties
public EncryptionProperties()
-
-
Method Details
-
vaultBaseUrl
Get the vaultBaseUrl property: The keyvault base url.- Returns:
- the vaultBaseUrl value.
-
withVaultBaseUrl
Set the vaultBaseUrl property: The keyvault base url.- Parameters:
vaultBaseUrl- the vaultBaseUrl value to set.- Returns:
- the EncryptionProperties object itself.
-
keyName
Get the keyName property: The encryption key name.- Returns:
- the keyName value.
-
withKeyName
Set the keyName property: The encryption key name.- Parameters:
keyName- the keyName value to set.- Returns:
- the EncryptionProperties object itself.
-
keyVersion
Get the keyVersion property: The encryption key version.- Returns:
- the keyVersion value.
-
withKeyVersion
Set the keyVersion property: The encryption key version.- Parameters:
keyVersion- the keyVersion value to set.- Returns:
- the EncryptionProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-