Uses of Class
com.azure.resourcemanager.compute.models.OSDiskImageEncryption
-
Packages that use OSDiskImageEncryption Package Description com.azure.resourcemanager.compute.models 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 OSDiskImageEncryption Modifier and Type Method Description OSDiskImageEncryptionEncryptionImages. osDiskImage()Get the osDiskImage property: Contains encryption settings for an OS disk image.OSDiskImageEncryptionOSDiskImageEncryption. withDiskEncryptionSetId(String diskEncryptionSetId)Set the diskEncryptionSetId property: A relative URI containing the resource ID of the disk encryption set.OSDiskImageEncryptionOSDiskImageEncryption. 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 OSDiskImageEncryption Modifier and Type Method Description EncryptionImagesEncryptionImages. withOsDiskImage(OSDiskImageEncryption osDiskImage)Set the osDiskImage property: Contains encryption settings for an OS disk image.
-