EncryptionScopeState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. storage. models. EncryptionScopeState
- com.
- com.
public final class EncryptionScopeState
extends ExpandableStringEnum<EncryptionScopeState>
The state of the encryption scope. Possible values (case-insensitive): Enabled, Disabled.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Encryption |
DISABLED
Static value Disabled for Encryption |
static final
Encryption |
ENABLED
Static value Enabled for Encryption |
Constructor Summary
Constructor | Description |
---|---|
EncryptionScopeState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Encryption |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Encryption |
fromString(String name)
Creates or finds a Encryption |
static
Collection<Encryption |
values()
Gets known Encryption |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final EncryptionScopeState DISABLED
Static value Disabled for EncryptionScopeState.
ENABLED
public static final EncryptionScopeState ENABLED
Static value Enabled for EncryptionScopeState.
Constructor Details
EncryptionScopeState
@Deprecated
public EncryptionScopeState()
Deprecated
Creates a new instance of EncryptionScopeState value.
Method Details
fromString
public static EncryptionScopeState fromString(String name)
Creates or finds a EncryptionScopeState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known EncryptionScopeState values.
Returns:
Applies to
Azure SDK for Java