Uses of Class
com.azure.resourcemanager.compute.models.EncryptionImages
-
Packages that use EncryptionImages Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of EncryptionImages in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return EncryptionImages Modifier and Type Method Description EncryptionImagesGalleryTargetExtendedLocation. encryption()Get the encryption property: Optional.EncryptionImagesTargetRegion. encryption()Get the encryption property: Optional.EncryptionImagesEncryptionImages. withDataDiskImages(List<DataDiskImageEncryption> dataDiskImages)Set the dataDiskImages property: A list of encryption specifications for data disk images.EncryptionImagesEncryptionImages. withOsDiskImage(OSDiskImageEncryption osDiskImage)Set the osDiskImage property: Contains encryption settings for an OS disk image.Methods in com.azure.resourcemanager.compute.models with parameters of type EncryptionImages Modifier and Type Method Description GalleryTargetExtendedLocationGalleryTargetExtendedLocation. withEncryption(EncryptionImages encryption)Set the encryption property: Optional.TargetRegionTargetRegion. withEncryption(EncryptionImages encryption)Set the encryption property: Optional.
-