Class EncryptionScopeState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<EncryptionScopeState>
com.azure.resourcemanager.storage.models.EncryptionScopeState
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class EncryptionScopeState
extends com.azure.core.util.ExpandableStringEnum<EncryptionScopeState>
The state of the encryption scope. Possible values (case-insensitive): Enabled, Disabled.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EncryptionScopeStateStatic value Disabled for EncryptionScopeState.static final EncryptionScopeStateStatic value Enabled for EncryptionScopeState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EncryptionScopeStatefromString(String name) Creates or finds a EncryptionScopeState from its string representation.static Collection<EncryptionScopeState>values()Gets known EncryptionScopeState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ENABLED
Static value Enabled for EncryptionScopeState. -
DISABLED
Static value Disabled for EncryptionScopeState.
-
-
Constructor Details
-
EncryptionScopeState
Deprecated.Use thefromString(String)factory method.Creates a new instance of EncryptionScopeState value.
-
-
Method Details
-
fromString
Creates or finds a EncryptionScopeState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding EncryptionScopeState.
-
values
Gets known EncryptionScopeState values.- Returns:
- known EncryptionScopeState values.
-
fromString(String)factory method.