Uses of Class
com.azure.resourcemanager.compute.models.EncryptionImages
Packages that use EncryptionImages
Package
Description
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 EncryptionImagesModifier and TypeMethodDescriptionGalleryTargetExtendedLocation.encryption()Get the encryption property: Optional.TargetRegion.encryption()Get the encryption property: Optional.static EncryptionImagesEncryptionImages.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EncryptionImages from the JsonReader.EncryptionImages.withDataDiskImages(List<DataDiskImageEncryption> dataDiskImages) Set the dataDiskImages property: A list of encryption specifications for data disk images.EncryptionImages.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 EncryptionImagesModifier and TypeMethodDescriptionGalleryTargetExtendedLocation.withEncryption(EncryptionImages encryption) Set the encryption property: Optional.TargetRegion.withEncryption(EncryptionImages encryption) Set the encryption property: Optional.