Class DiskEncryptionSetUpdate

java.lang.Object
com.microsoft.azure.management.compute.DiskEncryptionSetUpdate

public class DiskEncryptionSetUpdate extends Object
disk encryption set update resource.
  • Constructor Details

    • DiskEncryptionSetUpdate

      public DiskEncryptionSetUpdate()
  • Method Details

    • encryptionType

      public DiskEncryptionSetType encryptionType()
      Get possible values include: 'EncryptionAtRestWithCustomerKey', 'EncryptionAtRestWithPlatformAndCustomerKeys'.
      Returns:
      the encryptionType value
    • withEncryptionType

      public DiskEncryptionSetUpdate withEncryptionType(DiskEncryptionSetType encryptionType)
      Set possible values include: 'EncryptionAtRestWithCustomerKey', 'EncryptionAtRestWithPlatformAndCustomerKeys'.
      Parameters:
      encryptionType - the encryptionType value to set
      Returns:
      the DiskEncryptionSetUpdate object itself.
    • activeKey

      public KeyForDiskEncryptionSet activeKey()
      Get the activeKey value.
      Returns:
      the activeKey value
    • withActiveKey

      public DiskEncryptionSetUpdate withActiveKey(KeyForDiskEncryptionSet activeKey)
      Set the activeKey value.
      Parameters:
      activeKey - the activeKey value to set
      Returns:
      the DiskEncryptionSetUpdate object itself.
    • tags

      public Map<String,String> tags()
      Get resource tags.
      Returns:
      the tags value
    • withTags

      public DiskEncryptionSetUpdate withTags(Map<String,String> tags)
      Set resource tags.
      Parameters:
      tags - the tags value to set
      Returns:
      the DiskEncryptionSetUpdate object itself.