Class DiskEncryptionSetUpdate
java.lang.Object
com.microsoft.azure.management.compute.DiskEncryptionSetUpdate
disk encryption set update resource.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the activeKey value.Get possible values include: 'EncryptionAtRestWithCustomerKey', 'EncryptionAtRestWithPlatformAndCustomerKeys'.tags()
Get resource tags.withActiveKey
(KeyForDiskEncryptionSet activeKey) Set the activeKey value.withEncryptionType
(DiskEncryptionSetType encryptionType) Set possible values include: 'EncryptionAtRestWithCustomerKey', 'EncryptionAtRestWithPlatformAndCustomerKeys'.Set resource tags.
-
Constructor Details
-
DiskEncryptionSetUpdate
public DiskEncryptionSetUpdate()
-
-
Method Details
-
encryptionType
Get possible values include: 'EncryptionAtRestWithCustomerKey', 'EncryptionAtRestWithPlatformAndCustomerKeys'.- Returns:
- the encryptionType value
-
withEncryptionType
Set possible values include: 'EncryptionAtRestWithCustomerKey', 'EncryptionAtRestWithPlatformAndCustomerKeys'.- Parameters:
encryptionType
- the encryptionType value to set- Returns:
- the DiskEncryptionSetUpdate object itself.
-
activeKey
Get the activeKey value.- Returns:
- the activeKey value
-
withActiveKey
Set the activeKey value.- Parameters:
activeKey
- the activeKey value to set- Returns:
- the DiskEncryptionSetUpdate object itself.
-
tags
Get resource tags.- Returns:
- the tags value
-
withTags
Set resource tags.- Parameters:
tags
- the tags value to set- Returns:
- the DiskEncryptionSetUpdate object itself.
-