Uses of Class
com.azure.resourcemanager.compute.fluent.models.EncryptionSetProperties
Packages that use EncryptionSetProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of EncryptionSetProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return EncryptionSetPropertiesModifier and TypeMethodDescriptionEncryptionSetProperties.withActiveKey(KeyForDiskEncryptionSet activeKey) Set the activeKey property: The key vault key which is currently used by this disk encryption set.EncryptionSetProperties.withEncryptionType(DiskEncryptionSetType encryptionType) Set the encryptionType property: The type of key used to encrypt the data of the disk.EncryptionSetProperties.withFederatedClientId(String federatedClientId) Set the federatedClientId property: Multi-tenant application client id to access key vault in a different tenant.EncryptionSetProperties.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.