Interface BatchAccount.UpdateStages.WithEncryption

All Known Subinterfaces:
BatchAccount.Update
Enclosing interface:
BatchAccount.UpdateStages

public static interface BatchAccount.UpdateStages.WithEncryption
The stage of the BatchAccount update allowing to specify encryption.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the encryption property: Configures how customer data is encrypted inside the Batch account.
  • Method Details

    • withEncryption

      BatchAccount.Update withEncryption(EncryptionProperties encryption)
      Specifies the encryption property: Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead..
      Parameters:
      encryption - Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead.
      Returns:
      the next definition stage.