Class CustomizedAcceleratorType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<CustomizedAcceleratorType>
com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorType
public final class CustomizedAcceleratorType
extends com.azure.core.util.ExpandableStringEnum<CustomizedAcceleratorType>
Type of the customized accelerator.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CustomizedAcceleratorTypeStatic value Accelerator for CustomizedAcceleratorType.static final CustomizedAcceleratorTypeStatic value Fragment for CustomizedAcceleratorType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomizedAcceleratorTypefromString(String name) Creates or finds a CustomizedAcceleratorType from its string representation.static Collection<CustomizedAcceleratorType>values()Gets known CustomizedAcceleratorType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ACCELERATOR
Static value Accelerator for CustomizedAcceleratorType. -
FRAGMENT
Static value Fragment for CustomizedAcceleratorType.
-
-
Constructor Details
-
CustomizedAcceleratorType
Deprecated.Use thefromString(String)factory method.Creates a new instance of CustomizedAcceleratorType value.
-
-
Method Details
-
fromString
Creates or finds a CustomizedAcceleratorType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding CustomizedAcceleratorType.
-
values
Gets known CustomizedAcceleratorType values.- Returns:
- known CustomizedAcceleratorType values.
-
fromString(String)factory method.