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
Static value Auto |
static final
Encryption |
FIXED
Static value Fixed for Encryption |
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
Static value AutoDetected for EncryptionVersionType.
FIXED
public static final EncryptionVersionType FIXED
Static value Fixed for EncryptionVersionType.
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
Gets known EncryptionVersionType values.
Returns:
Applies to
Azure SDK for Java