Share via


SecurityTypes Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.batch.models.SecurityTypes

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

Enum value confidentialVM.

TRUSTED_LAUNCH

Enum value trustedLaunch.

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
the serialized value to parse.

Returns

the parsed SecurityTypes object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static SecurityTypes valueOf(String name)

Parameters

name
String

Returns

values()

public static SecurityTypes[] values()

Returns

Applies to