Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
DiskEncryptionSettings |
OSDisk.encryptionSettings()
Get specifies the encryption settings for the OS Disk.
|
DiskEncryptionSettings |
DiskEncryptionSettings.withDiskEncryptionKey(KeyVaultSecretReference diskEncryptionKey)
Set specifies the location of the disk encryption key, which is a Key Vault Secret.
|
DiskEncryptionSettings |
DiskEncryptionSettings.withEnabled(Boolean enabled)
Set specifies whether disk encryption should be enabled on the virtual machine.
|
DiskEncryptionSettings |
DiskEncryptionSettings.withKeyEncryptionKey(KeyVaultKeyReference keyEncryptionKey)
Set specifies the location of the key encryption key in Key Vault.
|
Modifier and Type | Method and Description |
---|---|
List<DiskEncryptionSettings> |
DiskInstanceView.encryptionSettings()
Get specifies the encryption settings for the OS Disk.
|
Modifier and Type | Method and Description |
---|---|
OSDisk |
OSDisk.withEncryptionSettings(DiskEncryptionSettings encryptionSettings)
Set 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.
|
Modifier and Type | Method and Description |
---|---|
DiskInstanceView |
DiskInstanceView.withEncryptionSettings(List<DiskEncryptionSettings> encryptionSettings)
Set specifies the encryption settings for the OS Disk.
|
Copyright © 2019. All rights reserved.