Class AmlFilesystemEncryptionSettings

java.lang.Object
com.azure.resourcemanager.storagecache.models.AmlFilesystemEncryptionSettings

public final class AmlFilesystemEncryptionSettings extends Object
AML file system encryption settings.
  • Constructor Details

    • AmlFilesystemEncryptionSettings

      public AmlFilesystemEncryptionSettings()
      Creates an instance of AmlFilesystemEncryptionSettings class.
  • Method Details

    • keyEncryptionKey

      public KeyVaultKeyReference keyEncryptionKey()
      Get the keyEncryptionKey property: Specifies the location of the encryption key in Key Vault.
      Returns:
      the keyEncryptionKey value.
    • withKeyEncryptionKey

      public AmlFilesystemEncryptionSettings withKeyEncryptionKey(KeyVaultKeyReference keyEncryptionKey)
      Set the keyEncryptionKey property: Specifies the location of the encryption key in Key Vault.
      Parameters:
      keyEncryptionKey - the keyEncryptionKey value to set.
      Returns:
      the AmlFilesystemEncryptionSettings object itself.
    • validate

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