Class SecurityTypes
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SecurityTypes>
com.azure.resourcemanager.compute.models.SecurityTypes
Specifies the SecurityType of the virtual machine. It has to be set to any specified value to enable UefiSettings.
<br><br> Default: UefiSettings will not be enabled unless this property is set.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SecurityTypesStatic value ConfidentialVM for SecurityTypes.static final SecurityTypesStatic value TrustedLaunch for SecurityTypes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SecurityTypesfromString(String name) Creates or finds a SecurityTypes from its string representation.static Collection<SecurityTypes>values()Gets known SecurityTypes values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
TRUSTED_LAUNCH
Static value TrustedLaunch for SecurityTypes. -
CONFIDENTIAL_VM
Static value ConfidentialVM for SecurityTypes.
-
-
Constructor Details
-
SecurityTypes
public SecurityTypes()
-
-
Method Details
-
fromString
Creates or finds a SecurityTypes from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SecurityTypes.
-
values
Gets known SecurityTypes values.- Returns:
- known SecurityTypes values.
-