Uses of Class
com.azure.resourcemanager.compute.models.OSDiskImageEncryption
Packages that use OSDiskImageEncryption
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of OSDiskImageEncryption in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return OSDiskImageEncryptionModifier and TypeMethodDescriptionstatic OSDiskImageEncryptionOSDiskImageEncryption.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OSDiskImageEncryption from the JsonReader.EncryptionImages.osDiskImage()Get the osDiskImage property: Contains encryption settings for an OS disk image.OSDiskImageEncryption.withDiskEncryptionSetId(String diskEncryptionSetId) Set the diskEncryptionSetId property: A relative URI containing the resource ID of the disk encryption set.OSDiskImageEncryption.withSecurityProfile(OSDiskImageSecurityProfile securityProfile) Set the securityProfile property: This property specifies the security profile of an OS disk image.Methods in com.azure.resourcemanager.compute.models with parameters of type OSDiskImageEncryptionModifier and TypeMethodDescriptionEncryptionImages.withOsDiskImage(OSDiskImageEncryption osDiskImage) Set the osDiskImage property: Contains encryption settings for an OS disk image.