Class EncryptionKeySource

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

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

    • MICROSOFT_KEYVAULT

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

    • EncryptionKeySource

      @Deprecated public EncryptionKeySource()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of EncryptionKeySource value.
  • Method Details

    • fromString

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

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