Class KeyType


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

      • PRIMARY

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

        public static final KeyType SECONDARY
        Static value Secondary for KeyType.
      • SALT

        public static final KeyType SALT
        Static value Salt for KeyType.
    • Constructor Detail

      • KeyType

        public KeyType()
    • Method Detail

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