Uses of Class
com.azure.resourcemanager.compute.models.Encryption
Packages that use Encryption
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of Encryption in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return EncryptionModifier and TypeMethodDescriptionDiskInner.encryption()Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.DiskProperties.encryption()Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.DiskRestorePointInner.encryption()Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.DiskRestorePointProperties.encryption()Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.DiskUpdateProperties.encryption()Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.SnapshotInner.encryption()Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.SnapshotProperties.encryption()Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.SnapshotUpdateProperties.encryption()Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type EncryptionModifier and TypeMethodDescriptionDiskInner.withEncryption(Encryption encryption) Set the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.DiskProperties.withEncryption(Encryption encryption) Set the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.DiskUpdateProperties.withEncryption(Encryption encryption) Set the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.SnapshotInner.withEncryption(Encryption encryption) Set the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.SnapshotProperties.withEncryption(Encryption encryption) Set the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.SnapshotUpdateProperties.withEncryption(Encryption encryption) Set the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. -
Uses of Encryption in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type EncryptionModifier and TypeClassDescriptionfinal classEncryption at rest settings for disk or snapshot.Methods in com.azure.resourcemanager.compute.models that return EncryptionModifier and TypeMethodDescriptionDisk.encryption()Gets the disk encryption.DiskUpdate.encryption()Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.SnapshotUpdate.encryption()Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.static EncryptionEncryption.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Encryption from the JsonReader.Encryption.withDiskEncryptionSetId(String diskEncryptionSetId) Set the diskEncryptionSetId property: ResourceId of the disk encryption set to use for enabling encryption at rest.Encryption.withType(EncryptionType type) Set the type property: The type of key used to encrypt the data of the disk.Methods in com.azure.resourcemanager.compute.models with parameters of type EncryptionModifier and TypeMethodDescriptionDiskUpdate.withEncryption(Encryption encryption) Set the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.SnapshotUpdate.withEncryption(Encryption encryption) Set the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.