Uses of Class
com.azure.resourcemanager.compute.fluent.models.DiskEncryptionSetUpdateProperties
Packages that use DiskEncryptionSetUpdateProperties
Package
Description
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 DiskEncryptionSetUpdatePropertiesModifier and TypeMethodDescriptionDiskEncryptionSetUpdateProperties.withActiveKey(KeyForDiskEncryptionSet activeKey) Set the activeKey property: Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots.DiskEncryptionSetUpdateProperties.withEncryptionType(DiskEncryptionSetType encryptionType) Set the encryptionType property: The type of key used to encrypt the data of the disk.DiskEncryptionSetUpdateProperties.withFederatedClientId(String federatedClientId) Set the federatedClientId property: Multi-tenant application client id to access key vault in a different tenant.DiskEncryptionSetUpdateProperties.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.