SecurityTypes Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. compute. models. SecurityTypes
- com.
- com.
public final class SecurityTypes
extends ExpandableStringEnum<SecurityTypes>
Specifies the VM securityType; UefiSettings are enabled only when set to TrustedLaunch or ConfidentialVM, and returns a Standard value starting API version 2025-11-01.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Security |
CONFIDENTIAL_VM
Static value ConfidentialVM for Security |
|
static final
Security |
STANDARD
Indicates a VM without UEFI features such as Secure |
|
static final
Security |
TRUSTED_LAUNCH
Static value Trusted |
Constructor Summary
| Constructor | Description |
|---|---|
| SecurityTypes() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Security |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Security |
fromString(String name)
Creates or finds a Security |
|
static
Collection<Security |
values()
Gets known Security |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CONFIDENTIAL_VM
public static final SecurityTypes CONFIDENTIAL_VM
Static value ConfidentialVM for SecurityTypes.
STANDARD
public static final SecurityTypes STANDARD
Indicates a VM without UEFI features such as SecureBoot or vTPM; returned as the default value when securityType is not specified.
TRUSTED_LAUNCH
public static final SecurityTypes TRUSTED_LAUNCH
Static value TrustedLaunch for SecurityTypes.
Constructor Details
SecurityTypes
@Deprecated
public SecurityTypes()
Deprecated
Creates a new instance of SecurityTypes value.
Method Details
fromString
public static SecurityTypes fromString(String name)
Creates or finds a SecurityTypes from its string representation.
Parameters:
Returns:
values
public static Collection<SecurityTypes> values()
Gets known SecurityTypes values.
Returns: