Class EncryptionProperties

java.lang.Object
com.microsoft.azure.management.containerinstance.EncryptionProperties

public class EncryptionProperties extends Object
The container group encryption properties.
  • Constructor Details

    • EncryptionProperties

      public EncryptionProperties()
  • Method Details

    • vaultBaseUrl

      public String vaultBaseUrl()
      Get the keyvault base url.
      Returns:
      the vaultBaseUrl value
    • withVaultBaseUrl

      public EncryptionProperties withVaultBaseUrl(String vaultBaseUrl)
      Set the keyvault base url.
      Parameters:
      vaultBaseUrl - the vaultBaseUrl value to set
      Returns:
      the EncryptionProperties object itself.
    • keyName

      public String keyName()
      Get the encryption key name.
      Returns:
      the keyName value
    • withKeyName

      public EncryptionProperties withKeyName(String keyName)
      Set the encryption key name.
      Parameters:
      keyName - the keyName value to set
      Returns:
      the EncryptionProperties object itself.
    • keyVersion

      public String keyVersion()
      Get the encryption key version.
      Returns:
      the keyVersion value
    • withKeyVersion

      public EncryptionProperties withKeyVersion(String keyVersion)
      Set the encryption key version.
      Parameters:
      keyVersion - the keyVersion value to set
      Returns:
      the EncryptionProperties object itself.