Uses of Class
com.azure.resourcemanager.compute.models.OSDiskImageSecurityProfile
Packages that use OSDiskImageSecurityProfile
Package
Description
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 OSDiskImageSecurityProfileModifier and TypeMethodDescriptionOSDiskImageEncryption.securityProfile()Get the securityProfile property: This property specifies the security profile of an OS disk image.OSDiskImageSecurityProfile.withConfidentialVMEncryptionType(ConfidentialVMEncryptionType confidentialVMEncryptionType) Set the confidentialVMEncryptionType property: confidential VM encryption types.OSDiskImageSecurityProfile.withSecureVMDiskEncryptionSetId(String secureVMDiskEncryptionSetId) Set the secureVMDiskEncryptionSetId property: secure VM disk encryption set id.Methods in com.azure.resourcemanager.compute.models with parameters of type OSDiskImageSecurityProfileModifier and TypeMethodDescriptionOSDiskImageEncryption.withSecurityProfile(OSDiskImageSecurityProfile securityProfile) Set the securityProfile property: This property specifies the security profile of an OS disk image.