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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type OSDiskImageSecurityProfileModifier and TypeClassDescriptionfinal classContains security profile for an OS disk image.Methods in com.azure.resourcemanager.compute.models that return OSDiskImageSecurityProfileModifier and TypeMethodDescriptionstatic OSDiskImageSecurityProfileOSDiskImageSecurityProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OSDiskImageSecurityProfile from the JsonReader.OSDiskImageEncryption.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.