Uses of Class
com.azure.resourcemanager.compute.models.Encryption
-
Packages that use Encryption 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 Encryption in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return Encryption Modifier and Type Method Description EncryptionDiskInner. encryption()Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.EncryptionDiskProperties. encryption()Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.EncryptionDiskRestorePointInner. encryption()Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.EncryptionDiskRestorePointProperties. encryption()Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.EncryptionDiskUpdateProperties. encryption()Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.EncryptionSnapshotInner. encryption()Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.EncryptionSnapshotProperties. encryption()Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.EncryptionSnapshotUpdateProperties. 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 Encryption Modifier and Type Method Description DiskInnerDiskInner. 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.DiskPropertiesDiskProperties. 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.DiskUpdatePropertiesDiskUpdateProperties. 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.SnapshotInnerSnapshotInner. 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.SnapshotPropertiesSnapshotProperties. 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.SnapshotUpdatePropertiesSnapshotUpdateProperties. 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
Methods in com.azure.resourcemanager.compute.models that return Encryption Modifier and Type Method Description EncryptionDisk. encryption()EncryptionDiskUpdate. encryption()Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.EncryptionSnapshotUpdate. encryption()Get the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.EncryptionEncryption. withDiskEncryptionSetId(String diskEncryptionSetId)Set the diskEncryptionSetId property: ResourceId of the disk encryption set to use for enabling encryption at rest.EncryptionEncryption. 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 Encryption Modifier and Type Method Description DiskUpdateDiskUpdate. 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.SnapshotUpdateSnapshotUpdate. 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.
-