Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
DiskEncryptionSettings |
OSDisk.encryptionSettings()
Get the encryptionSettings property: Specifies the encryption settings for the OS Disk.
|
DiskEncryptionSettings |
DiskEncryptionSettings.withDiskEncryptionKey(KeyVaultSecretReference diskEncryptionKey)
Set the diskEncryptionKey property: Specifies the location of the disk encryption key, which is a Key Vault
Secret.
|
DiskEncryptionSettings |
DiskEncryptionSettings.withEnabled(Boolean enabled)
Set the enabled property: Specifies whether disk encryption should be enabled on the virtual machine.
|
DiskEncryptionSettings |
DiskEncryptionSettings.withKeyEncryptionKey(KeyVaultKeyReference keyEncryptionKey)
Set the keyEncryptionKey property: Specifies the location of the key encryption key in Key Vault.
|
Modifier and Type | Method and Description |
---|---|
OSDisk |
OSDisk.withEncryptionSettings(DiskEncryptionSettings encryptionSettings)
Set the encryptionSettings property: Specifies the encryption settings for the OS Disk.
|
VirtualMachine.DefinitionStages.WithCreate |
VirtualMachine.DefinitionStages.WithOSDiskSettings.withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
Specifies the encryption settings for the OS Disk.
|
VirtualMachine.Update |
VirtualMachine.Update.withOSDiskEncryptionSettings(DiskEncryptionSettings settings)
Specifies the encryption settings for the OS Disk.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.