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>
Type of the test key.
  • 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

      @Deprecated public TestKeyType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of TestKeyType value.
  • 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.