Class KeySource


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

      • MICROSOFT_COGNITIVE_SERVICES

        public static final KeySource MICROSOFT_COGNITIVE_SERVICES
        Static value Microsoft.CognitiveServices for KeySource.
      • MICROSOFT_KEY_VAULT

        public static final KeySource MICROSOFT_KEY_VAULT
        Static value Microsoft.KeyVault for KeySource.
    • Constructor Detail

      • KeySource

        public KeySource()
    • Method Detail

      • fromString

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