Interface DiskEncryptionSet.UpdateStages.WithSystemAssignedManagedServiceIdentity
- All Known Subinterfaces:
DiskEncryptionSet.Update
- Enclosing interface:
- DiskEncryptionSet.UpdateStages
public static interface DiskEncryptionSet.UpdateStages.WithSystemAssignedManagedServiceIdentity
The stage of a disk encryption set update allowing to enable System Assigned Managed Service
Identity.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that System Assigned (Local) Managed Service Identity needs to be disabled in the disk encryption set.Specifies that System Assigned Managed Service Identity needs to be enabled in the disk encryption set.
-
Method Details
-
withSystemAssignedManagedServiceIdentity
DiskEncryptionSet.Update withSystemAssignedManagedServiceIdentity()Specifies that System Assigned Managed Service Identity needs to be enabled in the disk encryption set.- Returns:
- the next stage of the update
-
withoutSystemAssignedManagedServiceIdentity
DiskEncryptionSet.Update withoutSystemAssignedManagedServiceIdentity()Specifies that System Assigned (Local) Managed Service Identity needs to be disabled in the disk encryption set.- Returns:
- the next stage of the update
-