java.lang.Object
com.azure.core.util.ExpandableStringEnum<KeyType>
com.azure.resourcemanager.logic.models.KeyType

public final class KeyType extends com.azure.core.util.ExpandableStringEnum<KeyType>
The key type.
  • Field Details

    • NOT_SPECIFIED

      public static final KeyType NOT_SPECIFIED
      Static value NotSpecified for KeyType.
    • PRIMARY

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

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

  • Method Details

    • fromString

      public static KeyType fromString(String name)
      Creates or finds a KeyType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding KeyType.
    • values

      public static Collection<KeyType> values()
      Gets known KeyType values.
      Returns:
      known KeyType values.