SecurityTypes Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. batch. models. SecurityTypes
- com.
- java.
public enum SecurityTypes
extends Enum<SecurityTypes>
Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings.
Fields
| CONFIDENTIAL_VM |
Azure confidential computing offers confidential VMs are for tenants with high security and confidentiality requirements. |
| TRUSTED_LAUNCH |
Trusted launch protects against advanced and persistent attack techniques. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static SecurityTypes fromString(String value)
Parses a serialized value to a SecurityTypes instance.
Parameters
- value
- String