Class EncryptionImages
java.lang.Object
com.microsoft.azure.management.compute.EncryptionImages
Optional. Allows users to provide customer managed keys for encrypting the
OS and data disks in the gallery artifact.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a list of encryption specifications for data disk images.Get the osDiskImage value.withDataDiskImages
(List<DataDiskImageEncryption> dataDiskImages) Set a list of encryption specifications for data disk images.withOsDiskImage
(OSDiskImageEncryption osDiskImage) Set the osDiskImage value.
-
Constructor Details
-
EncryptionImages
public EncryptionImages()
-
-
Method Details
-
osDiskImage
Get the osDiskImage value.- Returns:
- the osDiskImage value
-
withOsDiskImage
Set the osDiskImage value.- Parameters:
osDiskImage
- the osDiskImage value to set- Returns:
- the EncryptionImages object itself.
-
dataDiskImages
Get a list of encryption specifications for data disk images.- Returns:
- the dataDiskImages value
-
withDataDiskImages
Set a list of encryption specifications for data disk images.- Parameters:
dataDiskImages
- the dataDiskImages value to set- Returns:
- the EncryptionImages object itself.
-