Class DiskImageEncryption
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.DiskImageEncryption
-
- Direct Known Subclasses:
DataDiskImageEncryption,OSDiskImageEncryption
public class DiskImageEncryption extends Object
This is the disk image encryption base class.
-
-
Constructor Summary
Constructors Constructor Description DiskImageEncryption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdiskEncryptionSetId()Get the diskEncryptionSetId property: A relative URI containing the resource ID of the disk encryption set.voidvalidate()Validates the instance.DiskImageEncryptionwithDiskEncryptionSetId(String diskEncryptionSetId)Set the diskEncryptionSetId property: A relative URI containing the resource ID of the disk encryption set.
-
-
-
Method Detail
-
diskEncryptionSetId
public String diskEncryptionSetId()
Get the diskEncryptionSetId property: A relative URI containing the resource ID of the disk encryption set.- Returns:
- the diskEncryptionSetId value.
-
withDiskEncryptionSetId
public DiskImageEncryption withDiskEncryptionSetId(String diskEncryptionSetId)
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.
-
-