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
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type DiskEncryptionSetUpdatePropertiesModifier and TypeClassDescriptionfinal classdisk encryption set resource update properties.Methods in com.azure.resourcemanager.compute.fluent.models that return DiskEncryptionSetUpdatePropertiesModifier and TypeMethodDescriptionDiskEncryptionSetUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiskEncryptionSetUpdateProperties from the JsonReader.DiskEncryptionSetUpdateProperties.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.