Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Encryption |
SnapshotInner.encryption()
Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys
or platform managed keys.
|
Encryption |
DiskInner.encryption()
Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys
or platform managed keys.
|
Modifier and Type | Method and Description |
---|---|
SnapshotInner |
SnapshotInner.withEncryption(Encryption encryption)
Set the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys
or platform managed keys.
|
DiskInner |
DiskInner.withEncryption(Encryption encryption)
Set the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys
or platform managed keys.
|
Modifier and Type | Method and Description |
---|---|
Encryption |
SnapshotUpdate.encryption()
Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys
or platform managed keys.
|
Encryption |
DiskUpdate.encryption()
Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys
or platform managed keys.
|
Encryption |
Encryption.withDiskEncryptionSetId(String diskEncryptionSetId)
Set the diskEncryptionSetId property: ResourceId of the disk encryption set to use for enabling encryption at
rest.
|
Encryption |
Encryption.withType(EncryptionType type)
Set the type property: The type of key used to encrypt the data of the disk.
|
Modifier and Type | Method and Description |
---|---|
SnapshotUpdate |
SnapshotUpdate.withEncryption(Encryption encryption)
Set the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys
or platform managed keys.
|
DiskUpdate |
DiskUpdate.withEncryption(Encryption encryption)
Set the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys
or platform managed keys.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.