Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Class and Description |
---|---|
class |
DataDiskImageEncryption
Contains encryption settings for a data disk image.
|
class |
OSDiskImageEncryption
Contains encryption settings for an OS disk image.
|
Modifier and Type | Method and Description |
---|---|
DiskImageEncryption |
EncryptionImages.osDiskImage()
Get the osDiskImage property: This is the disk image encryption base class.
|
DiskImageEncryption |
DiskImageEncryption.withDiskEncryptionSetId(String diskEncryptionSetId)
Set the diskEncryptionSetId property: A relative URI containing the resource ID of the disk encryption set.
|
Modifier and Type | Method and Description |
---|---|
EncryptionImages |
EncryptionImages.withOsDiskImage(DiskImageEncryption osDiskImage)
Set the osDiskImage property: This is the disk image encryption base class.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.