Uses of Class
com.azure.resourcemanager.compute.models.OSDiskImageSecurityProfile
-
Packages that use OSDiskImageSecurityProfile Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of OSDiskImageSecurityProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return OSDiskImageSecurityProfile Modifier and Type Method Description OSDiskImageSecurityProfileOSDiskImageEncryption. securityProfile()Get the securityProfile property: This property specifies the security profile of an OS disk image.OSDiskImageSecurityProfileOSDiskImageSecurityProfile. withConfidentialVMEncryptionType(ConfidentialVMEncryptionType confidentialVMEncryptionType)Set the confidentialVMEncryptionType property: confidential VM encryption types.OSDiskImageSecurityProfileOSDiskImageSecurityProfile. withSecureVMDiskEncryptionSetId(String secureVMDiskEncryptionSetId)Set the secureVMDiskEncryptionSetId property: secure VM disk encryption set id.Methods in com.azure.resourcemanager.compute.models with parameters of type OSDiskImageSecurityProfile Modifier and Type Method Description OSDiskImageEncryptionOSDiskImageEncryption. withSecurityProfile(OSDiskImageSecurityProfile securityProfile)Set the securityProfile property: This property specifies the security profile of an OS disk image.
-