Class KeyType


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

      • SERVICE

        public static final KeyType SERVICE
        Static value Service for KeyType.
      • ACCOUNT

        public static final KeyType ACCOUNT
        Static value Account 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.