java.lang.Object
com.azure.core.util.ExpandableStringEnum<KeySource>
com.azure.resourcemanager.databricks.models.KeySource

public final class KeySource extends com.azure.core.util.ExpandableStringEnum<KeySource>
The encryption keySource (provider). Possible values (case-insensitive): Default, Microsoft.Keyvault.
  • Field Details

    • DEFAULT

      public static final KeySource DEFAULT
      Static value Default for KeySource.
    • MICROSOFT_KEYVAULT

      public static final KeySource MICROSOFT_KEYVAULT
      Static value Microsoft.Keyvault for KeySource.
  • Constructor Details

  • Method Details

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

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