Class TestKeyType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<TestKeyType>
-
- com.azure.resourcemanager.appplatform.models.TestKeyType
-
public final class TestKeyType extends com.azure.core.util.ExpandableStringEnum<TestKeyType>
Defines values for TestKeyType.
-
-
Field Summary
Fields Modifier and Type Field Description static TestKeyTypePRIMARYStatic value Primary for TestKeyType.static TestKeyTypeSECONDARYStatic value Secondary for TestKeyType.
-
Constructor Summary
Constructors Constructor Description TestKeyType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TestKeyTypefromString(String name)Creates or finds a TestKeyType from its string representation.static Collection<TestKeyType>values()
-
-
-
Field Detail
-
PRIMARY
public static final TestKeyType PRIMARY
Static value Primary for TestKeyType.
-
SECONDARY
public static final TestKeyType SECONDARY
Static value Secondary for TestKeyType.
-
-
Method Detail
-
fromString
public static TestKeyType fromString(String name)
Creates or finds a TestKeyType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding TestKeyType.
-
values
public static Collection<TestKeyType> values()
- Returns:
- known TestKeyType values.
-
-