Class DiskImageEncryption
java.lang.Object
com.microsoft.azure.management.compute.DiskImageEncryption
- Direct Known Subclasses:
DataDiskImageEncryption
,OSDiskImageEncryption
This is the disk image encryption base class.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a relative URI containing the resource ID of the disk encryption set.withDiskEncryptionSetId
(String diskEncryptionSetId) Set a relative URI containing the resource ID of the disk encryption set.
-
Constructor Details
-
DiskImageEncryption
public DiskImageEncryption()
-
-
Method Details
-
diskEncryptionSetId
Get a relative URI containing the resource ID of the disk encryption set.- Returns:
- the diskEncryptionSetId value
-
withDiskEncryptionSetId
Set a relative URI containing the resource ID of the disk encryption set.- Parameters:
diskEncryptionSetId
- the diskEncryptionSetId value to set- Returns:
- the DiskImageEncryption object itself.
-