Share via


SecurityTypes Enum

Definition

Defines values for SecurityTypes.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum SecurityTypes
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type SecurityTypes = 
Public Enum SecurityTypes
Inheritance
SecurityTypes
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

ConfidentialVM 1

Azure confidential computing offers confidential VMs are for tenants with high security and confidentiality requirements. These VMs provide a strong, hardware-enforced boundary to help meet your security needs. You can use confidential VMs for migrations without making changes to your code, with the platform protecting your VM's state from being read or modified.

TrustedLaunch 0

Trusted launch protects against advanced and persistent attack techniques.

Applies to