Class TestKeyType


  • public final class TestKeyType
    extends com.azure.core.util.ExpandableStringEnum<TestKeyType>
    Defines values for TestKeyType.
    • Field Detail

      • PRIMARY

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

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

      • TestKeyType

        public 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.