EncryptionVersionType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. avs. models. EncryptionVersionType
- com.
- com.
public final class EncryptionVersionType
extends ExpandableStringEnum<EncryptionVersionType>
Whether the encryption version is fixed or auto-detected.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Encryption |
AUTO_DETECTED
is auto-detected. |
|
static final
Encryption |
FIXED
is fixed. |
Constructor Summary
| Constructor | Description |
|---|---|
| EncryptionVersionType() |
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
AUTO_DETECTED
public static final EncryptionVersionType AUTO_DETECTED
is auto-detected.
FIXED
public static final EncryptionVersionType FIXED
is fixed.
Constructor Details
EncryptionVersionType
@Deprecated
public EncryptionVersionType()
Deprecated
Creates a new instance of EncryptionVersionType value.
Method Details
fromString
public static EncryptionVersionType fromString(String name)
Creates or finds a EncryptionVersionType from its string representation.
Parameters:
Returns:
values
public static Collection<EncryptionVersionType> values()
Gets known EncryptionVersionType values.
Returns: