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 Summary
FieldsModifier and TypeFieldDescriptionstatic final KeyVaultRefreshStateStatic value false for KeyVaultRefreshState.static final KeyVaultRefreshStateStatic value true for KeyVaultRefreshState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyVaultRefreshStatefromString(String name) Creates or finds a KeyVaultRefreshState from its string representation.static Collection<KeyVaultRefreshState> values()Gets known KeyVaultRefreshState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
TRUE
Static value true for KeyVaultRefreshState. -
FALSE
Static value false for KeyVaultRefreshState.
-
-
Constructor Details
-
KeyVaultRefreshState
Deprecated.Use thefromString(String)factory method.Creates a new instance of KeyVaultRefreshState value.
-
-
Method Details
-
fromString
Creates or finds a KeyVaultRefreshState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding KeyVaultRefreshState.
-
values
Gets known KeyVaultRefreshState values.- Returns:
- known KeyVaultRefreshState values.
-
fromString(String)factory method.