Class KeySource

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<KeySource>
com.microsoft.azure.management.storage.KeySource

public final class KeySource extends com.microsoft.rest.ExpandableStringEnum<KeySource>
Defines values for KeySource.
  • 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

    • KeySource

      public KeySource()
  • 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()
      Returns:
      known KeySource values