Interface DiskEncryptionSet.DefinitionStages.WithAutomaticKeyRotation
- All Known Subinterfaces:
DiskEncryptionSet.Definition,DiskEncryptionSet.DefinitionStages.WithCreate,DiskEncryptionSet.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate
- Enclosing interface:
DiskEncryptionSet.DefinitionStages
public static interface DiskEncryptionSet.DefinitionStages.WithAutomaticKeyRotation
The stage of a disk encryption set definition allowing to enable automatic key rotation.
-
Method Summary
Modifier and TypeMethodDescriptionEnable automatic key rotation.
-
Method Details
-
withAutomaticKeyRotation
DiskEncryptionSet.DefinitionStages.WithCreate withAutomaticKeyRotation()Enable automatic key rotation.If enabled, the system will automatically update all managed disks, snapshots, and images referencing the disk encryption set to use the new version of the key within one hour.
- Returns:
- the next stage of the definition
-