Class EncryptionType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<EncryptionType>
com.microsoft.azure.management.compute.EncryptionType
Defines values for EncryptionType.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EncryptionType
Static value EncryptionAtRestWithCustomerKey for EncryptionType.static final EncryptionType
Static value EncryptionAtRestWithPlatformAndCustomerKeys for EncryptionType.static final EncryptionType
Static value EncryptionAtRestWithPlatformKey for EncryptionType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic EncryptionType
fromString
(String name) Creates or finds a EncryptionType from its string representation.static Collection<EncryptionType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
ENCRYPTION_AT_REST_WITH_PLATFORM_KEY
Static value EncryptionAtRestWithPlatformKey for EncryptionType. -
ENCRYPTION_AT_REST_WITH_CUSTOMER_KEY
Static value EncryptionAtRestWithCustomerKey for EncryptionType. -
ENCRYPTION_AT_REST_WITH_PLATFORM_AND_CUSTOMER_KEYS
Static value EncryptionAtRestWithPlatformAndCustomerKeys for EncryptionType.
-
-
Constructor Details
-
EncryptionType
public EncryptionType()
-
-
Method Details
-
fromString
Creates or finds a EncryptionType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding EncryptionType
-
values
- Returns:
- known EncryptionType values
-