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 |
---|---|
EncryptionSettingsCollection |
SnapshotInner.encryptionSettingsCollection()
Get the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can
contain multiple encryption settings per disk or snapshot.
|
EncryptionSettingsCollection |
DiskInner.encryptionSettingsCollection()
Get the encryptionSettingsCollection property: Encryption settings collection used for Azure Disk Encryption, can
contain multiple encryption settings per disk or snapshot.
|
Modifier and Type | Method and Description |
---|---|
SnapshotInner |
SnapshotInner.withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)
Set the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can
contain multiple encryption settings per disk or snapshot.
|
DiskInner |
DiskInner.withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)
Set the encryptionSettingsCollection property: Encryption settings collection used for Azure Disk Encryption, can
contain multiple encryption settings per disk or snapshot.
|
Modifier and Type | Method and Description |
---|---|
EncryptionSettingsCollection |
Disk.encryptionSettings() |
EncryptionSettingsCollection |
SnapshotUpdate.encryptionSettingsCollection()
Get the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can
contain multiple encryption settings per disk or snapshot.
|
EncryptionSettingsCollection |
DiskUpdate.encryptionSettingsCollection()
Get the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can
contain multiple encryption settings per disk or snapshot.
|
EncryptionSettingsCollection |
EncryptionSettingsCollection.withEnabled(boolean enabled)
Set the enabled property: Set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to
enable encryption.
|
EncryptionSettingsCollection |
EncryptionSettingsCollection.withEncryptionSettings(List<EncryptionSettingsElement> encryptionSettings)
Set the encryptionSettings property: A collection of encryption settings, one for each disk volume.
|
EncryptionSettingsCollection |
EncryptionSettingsCollection.withEncryptionSettingsVersion(String encryptionSettingsVersion)
Set the encryptionSettingsVersion property: Describes what type of encryption is used for the disks.
|
Modifier and Type | Method and Description |
---|---|
SnapshotUpdate |
SnapshotUpdate.withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)
Set the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can
contain multiple encryption settings per disk or snapshot.
|
DiskUpdate |
DiskUpdate.withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)
Set the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can
contain multiple encryption settings per disk or snapshot.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.