Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
EncryptionSettingsCollection |
Disk.encryptionSettings() |
EncryptionSettingsCollection |
SnapshotUpdate.encryptionSettingsCollection()
Get encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
|
EncryptionSettingsCollection |
DiskUpdate.encryptionSettingsCollection()
Get encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
|
EncryptionSettingsCollection |
EncryptionSettingsCollection.withEnabled(boolean enabled)
Set set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption.
|
EncryptionSettingsCollection |
EncryptionSettingsCollection.withEncryptionSettings(List<EncryptionSettingsElement> encryptionSettings)
Set a collection of encryption settings, one for each disk volume.
|
Modifier and Type | Method and Description |
---|---|
SnapshotUpdate |
SnapshotUpdate.withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)
Set encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
|
DiskUpdate |
DiskUpdate.withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)
Set encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
|
Copyright © 2019. All rights reserved.