Class DiskImageEncryption
java.lang.Object
com.azure.resourcemanager.compute.models.DiskImageEncryption
- Direct Known Subclasses:
DataDiskImageEncryption,OSDiskImageEncryption
This is the disk image encryption base class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the diskEncryptionSetId property: A relative URI containing the resource ID of the disk encryption set.voidvalidate()Validates the instance.withDiskEncryptionSetId(String diskEncryptionSetId) Set the diskEncryptionSetId property: A relative URI containing the resource ID of the disk encryption set.
-
Constructor Details
-
DiskImageEncryption
public DiskImageEncryption()
-
-
Method Details
-
diskEncryptionSetId
Get the diskEncryptionSetId property: A relative URI containing the resource ID of the disk encryption set.- Returns:
- the diskEncryptionSetId value.
-
withDiskEncryptionSetId
Set the diskEncryptionSetId property: A relative URI containing the resource ID of the disk encryption set.- Parameters:
diskEncryptionSetId- the diskEncryptionSetId value to set.- Returns:
- the DiskImageEncryption object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-