Class KeyVaultProperties

java.lang.Object
com.azure.resourcemanager.automation.models.KeyVaultProperties

public final class KeyVaultProperties extends Object
Settings concerning key vault encryption for a configuration store.
  • Constructor Details

    • KeyVaultProperties

      public KeyVaultProperties()
  • Method Details

    • keyvaultUri

      public String keyvaultUri()
      Get the keyvaultUri property: The URI of the key vault key used to encrypt data.
      Returns:
      the keyvaultUri value.
    • withKeyvaultUri

      public KeyVaultProperties withKeyvaultUri(String keyvaultUri)
      Set the keyvaultUri property: The URI of the key vault key used to encrypt data.
      Parameters:
      keyvaultUri - the keyvaultUri value to set.
      Returns:
      the KeyVaultProperties object itself.
    • keyName

      public String keyName()
      Get the keyName property: The name of key used to encrypt data.
      Returns:
      the keyName value.
    • withKeyName

      public KeyVaultProperties withKeyName(String keyName)
      Set the keyName property: The name of key used to encrypt data.
      Parameters:
      keyName - the keyName value to set.
      Returns:
      the KeyVaultProperties object itself.
    • keyVersion

      public String keyVersion()
      Get the keyVersion property: The key version of the key used to encrypt data.
      Returns:
      the keyVersion value.
    • withKeyVersion

      public KeyVaultProperties withKeyVersion(String keyVersion)
      Set the keyVersion property: The key version of the key used to encrypt data.
      Parameters:
      keyVersion - the keyVersion value to set.
      Returns:
      the KeyVaultProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.