Uses of Class
com.azure.resourcemanager.compute.fluent.models.DiskEncryptionSetUpdateProperties
-
Packages that use DiskEncryptionSetUpdateProperties Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient. -
-
Uses of DiskEncryptionSetUpdateProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return DiskEncryptionSetUpdateProperties Modifier and Type Method Description DiskEncryptionSetUpdatePropertiesDiskEncryptionSetUpdateProperties. withActiveKey(KeyForDiskEncryptionSet activeKey)Set the activeKey property: Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots.DiskEncryptionSetUpdatePropertiesDiskEncryptionSetUpdateProperties. withEncryptionType(DiskEncryptionSetType encryptionType)Set the encryptionType property: The type of key used to encrypt the data of the disk.DiskEncryptionSetUpdatePropertiesDiskEncryptionSetUpdateProperties. withRotationToLatestKeyVersionEnabled(Boolean rotationToLatestKeyVersionEnabled)Set the rotationToLatestKeyVersionEnabled property: Set this flag to true to enable auto-updating of this disk encryption set to the latest key version.
-