Uses of Class
com.azure.resourcemanager.compute.models.EncryptionSettingsCollection
Packages that use EncryptionSettingsCollection
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 EncryptionSettingsCollectionModifier and TypeMethodDescriptionDiskInner.encryptionSettingsCollection()Get the encryptionSettingsCollection property: Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.DiskProperties.encryptionSettingsCollection()Get the encryptionSettingsCollection property: Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.DiskUpdateProperties.encryptionSettingsCollection()Get the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.SnapshotInner.encryptionSettingsCollection()Get the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.SnapshotProperties.encryptionSettingsCollection()Get the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.SnapshotUpdateProperties.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 EncryptionSettingsCollectionModifier and TypeMethodDescriptionDiskInner.withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection) Set the encryptionSettingsCollection property: Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.DiskProperties.withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection) Set the encryptionSettingsCollection property: Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.DiskUpdateProperties.withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection) Set the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.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.SnapshotProperties.withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection) Set the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.SnapshotUpdateProperties.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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type EncryptionSettingsCollectionModifier and TypeClassDescriptionfinal classEncryption settings for disk or snapshot.Methods in com.azure.resourcemanager.compute.models that return EncryptionSettingsCollectionModifier and TypeMethodDescriptionDisk.encryptionSettings()Gets the disk encryption settings.DiskUpdate.encryptionSettingsCollection()Get the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.SnapshotUpdate.encryptionSettingsCollection()Get the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.static EncryptionSettingsCollectionEncryptionSettingsCollection.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EncryptionSettingsCollection from the JsonReader.EncryptionSettingsCollection.withEnabled(boolean enabled) Set the enabled property: Set this flag to true and provide DiskEncryptionKey and optional KeyEncryptionKey to enable encryption.EncryptionSettingsCollection.withEncryptionSettings(List<EncryptionSettingsElement> encryptionSettings) Set the encryptionSettings property: A collection of encryption settings, one for each disk volume.EncryptionSettingsCollection.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 EncryptionSettingsCollectionModifier and TypeMethodDescriptionDiskUpdate.withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection) Set the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.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.