Uses of Class
com.azure.resourcemanager.compute.fluent.models.EncryptionSetProperties
-
Packages that use EncryptionSetProperties Package Description com.azure.resourcemanager.compute.fluent.models 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 EncryptionSetProperties Modifier and Type Method Description EncryptionSetPropertiesEncryptionSetProperties. withActiveKey(KeyForDiskEncryptionSet activeKey)Set the activeKey property: The key vault key which is currently used by this disk encryption set.EncryptionSetPropertiesEncryptionSetProperties. withEncryptionType(DiskEncryptionSetType encryptionType)Set the encryptionType property: The type of key used to encrypt the data of the disk.EncryptionSetPropertiesEncryptionSetProperties. 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.
-