Interface StorageAccount.UpdateStages.WithManagedServiceIdentity
- All Known Subinterfaces:
StorageAccount.Update
- Enclosing interface:
- StorageAccount.UpdateStages
public static interface StorageAccount.UpdateStages.WithManagedServiceIdentity
The stage of the storage account update allowing to enable managed service identity (MSI).
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies that implicit managed service identity (MSI) needs to be enabled.
-
Method Details
-
withSystemAssignedManagedServiceIdentity
StorageAccount.Update withSystemAssignedManagedServiceIdentity()Specifies that implicit managed service identity (MSI) needs to be enabled.- Returns:
- the next stage of storage account update
-