DiskEncryptionSet.UpdateStages.WithAutomaticKeyRotation Interface
public static interface DiskEncryptionSet.UpdateStages.WithAutomaticKeyRotation
The stage of a disk encryption set update allowing to enable automatic key rotation.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withAutomaticKeyRotation()
Enable automatic key rotation. |
abstract Update |
withoutAutomaticKeyRotation()
Disable automatic key rotation. |
Method Details
withAutomaticKeyRotation
public abstract DiskEncryptionSet.Update 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:
withoutAutomaticKeyRotation
public abstract DiskEncryptionSet.Update withoutAutomaticKeyRotation()
Disable automatic key rotation.
Returns:
Applies to
Azure SDK for Java