Class TestKeyType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<TestKeyType>
com.azure.resourcemanager.appplatform.models.TestKeyType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Type of the test key.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TestKeyTypeStatic value Primary for TestKeyType.static final TestKeyTypeStatic value Secondary for TestKeyType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TestKeyTypefromString(String name) Creates or finds a TestKeyType from its string representation.static Collection<TestKeyType> values()Gets known TestKeyType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
PRIMARY
Static value Primary for TestKeyType. -
SECONDARY
Static value Secondary for TestKeyType.
-
-
Constructor Details
-
TestKeyType
Deprecated.Use thefromString(String)factory method.Creates a new instance of TestKeyType value.
-
-
Method Details
-
fromString
Creates or finds a TestKeyType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding TestKeyType.
-
values
Gets known TestKeyType values.- Returns:
- known TestKeyType values.
-
fromString(String)factory method.