| Modifier and Type | Field and Description |
|---|---|
static EncryptionType |
EncryptionType.ENCRYPTION_AT_REST_WITH_CUSTOMER_KEY
Static value EncryptionAtRestWithCustomerKey for EncryptionType.
|
static EncryptionType |
EncryptionType.ENCRYPTION_AT_REST_WITH_PLATFORM_KEY
Static value EncryptionAtRestWithPlatformKey for EncryptionType.
|
| Modifier and Type | Method and Description |
|---|---|
static EncryptionType |
EncryptionType.fromString(String name)
Creates or finds a EncryptionType from its string representation.
|
EncryptionType |
Encryption.type()
Get the type of key used to encrypt the data of the disk.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<EncryptionType> |
EncryptionType.values() |
| Modifier and Type | Method and Description |
|---|---|
Encryption |
Encryption.withType(EncryptionType type)
Set the type of key used to encrypt the data of the disk.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/