Class TestKeyType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<TestKeyType>
com.azure.resourcemanager.appplatform.models.TestKeyType
Defines values for TestKeyType.
-
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, hashCode, toString, values
-
Field Details
-
PRIMARY
Static value Primary for TestKeyType. -
SECONDARY
Static value Secondary for TestKeyType.
-
-
Constructor Details
-
TestKeyType
public TestKeyType()
-
-
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.
-