Class ComputeType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ComputeType>
com.azure.resourcemanager.search.models.ComputeType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Configure this property to support the search service using either the Default Compute or Azure Confidential Compute.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComputeTypeStatic value confidential for ComputeType.static final ComputeTypeStatic value default for ComputeType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ComputeTypefromString(String name) Creates or finds a ComputeType from its string representation.static Collection<ComputeType> values()Gets known ComputeType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
DEFAULT
Static value default for ComputeType. -
CONFIDENTIAL
Static value confidential for ComputeType.
-
-
Constructor Details
-
ComputeType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ComputeType value.
-
-
Method Details
-
fromString
Creates or finds a ComputeType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ComputeType.
-
values
Gets known ComputeType values.- Returns:
- known ComputeType values.
-
fromString(String)factory method.