public final class EncryptionType extends com.microsoft.rest.ExpandableStringEnum<EncryptionType>
| Modifier and Type | Field and Description |
|---|---|
static EncryptionType |
ENCRYPTION_AT_REST_WITH_CUSTOMER_KEY
Static value EncryptionAtRestWithCustomerKey for EncryptionType.
|
static EncryptionType |
ENCRYPTION_AT_REST_WITH_PLATFORM_KEY
Static value EncryptionAtRestWithPlatformKey for EncryptionType.
|
| Constructor and Description |
|---|
EncryptionType() |
| Modifier and Type | Method and Description |
|---|---|
static EncryptionType |
fromString(String name)
Creates or finds a EncryptionType from its string representation.
|
static Collection<EncryptionType> |
values() |
public static final EncryptionType ENCRYPTION_AT_REST_WITH_PLATFORM_KEY
public static final EncryptionType ENCRYPTION_AT_REST_WITH_CUSTOMER_KEY
public static EncryptionType fromString(String name)
name - a name to look forpublic static Collection<EncryptionType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/