Uses of Class
com.azure.resourcemanager.compute.models.EncryptionSettingsCollection
-
Packages that use EncryptionSettingsCollection 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. -
-
Uses of EncryptionSettingsCollection in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return EncryptionSettingsCollection Modifier and Type Method Description EncryptionSettingsCollectionDiskInner. encryptionSettingsCollection()Get the encryptionSettingsCollection property: Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.EncryptionSettingsCollectionDiskProperties. encryptionSettingsCollection()Get the encryptionSettingsCollection property: Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.EncryptionSettingsCollectionDiskUpdateProperties. encryptionSettingsCollection()Get the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.EncryptionSettingsCollectionSnapshotInner. encryptionSettingsCollection()Get the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.EncryptionSettingsCollectionSnapshotProperties. encryptionSettingsCollection()Get the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.EncryptionSettingsCollectionSnapshotUpdateProperties. encryptionSettingsCollection()Get the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type EncryptionSettingsCollection Modifier and Type Method Description DiskInnerDiskInner. withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)Set the encryptionSettingsCollection property: Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.DiskPropertiesDiskProperties. withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)Set the encryptionSettingsCollection property: Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.DiskUpdatePropertiesDiskUpdateProperties. withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)Set the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.SnapshotInnerSnapshotInner. withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)Set the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.SnapshotPropertiesSnapshotProperties. withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)Set the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.SnapshotUpdatePropertiesSnapshotUpdateProperties. withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)Set the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot. -
Uses of EncryptionSettingsCollection in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return EncryptionSettingsCollection Modifier and Type Method Description EncryptionSettingsCollectionDisk. encryptionSettings()EncryptionSettingsCollectionDiskUpdate. encryptionSettingsCollection()Get the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.EncryptionSettingsCollectionSnapshotUpdate. encryptionSettingsCollection()Get the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.EncryptionSettingsCollectionEncryptionSettingsCollection. withEnabled(boolean enabled)Set the enabled property: Set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption.EncryptionSettingsCollectionEncryptionSettingsCollection. withEncryptionSettings(List<EncryptionSettingsElement> encryptionSettings)Set the encryptionSettings property: A collection of encryption settings, one for each disk volume.EncryptionSettingsCollectionEncryptionSettingsCollection. withEncryptionSettingsVersion(String encryptionSettingsVersion)Set the encryptionSettingsVersion property: Describes what type of encryption is used for the disks.Methods in com.azure.resourcemanager.compute.models with parameters of type EncryptionSettingsCollection Modifier and Type Method Description DiskUpdateDiskUpdate. withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)Set the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.SnapshotUpdateSnapshotUpdate. withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)Set the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.
-