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 Details

    • PRIMARY

      public static final TestKeyType PRIMARY
      Static value Primary for TestKeyType.
    • SECONDARY

      public static final TestKeyType SECONDARY
      Static value Secondary for TestKeyType.
  • Constructor Details

    • TestKeyType

      public TestKeyType()
  • Method Details

    • 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()
      Gets known TestKeyType values.
      Returns:
      known TestKeyType values.