Class KeyVaultRefreshState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<KeyVaultRefreshState>
com.azure.resourcemanager.apimanagement.models.KeyVaultRefreshState
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

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

  • Constructor Details

    • KeyVaultRefreshState

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

    • fromString

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

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