| Package | Description |
|---|---|
| com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
| 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 property: The type of key used to encrypt the data of the disk.
|
| Modifier and Type | Method and Description |
|---|---|
Encryption |
Encryption.withType(EncryptionType type)
Set the type property: The type of key used to encrypt the data of the disk.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.