Class KeySource

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

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

    • MICROSOFT_STORAGE

      public static final KeySource MICROSOFT_STORAGE
      Static value Microsoft.Storage 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.