Interface StorageAccount.UpdateStages.WithManagedServiceIdentity
-
- All Known Subinterfaces:
StorageAccount.Update
- Enclosing interface:
- StorageAccount.UpdateStages
public static interface StorageAccount.UpdateStages.WithManagedServiceIdentityThe stage of the storage account update allowing to enable managed service identity (MSI).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageAccount.UpdatewithSystemAssignedManagedServiceIdentity()Specifies that implicit managed service identity (MSI) needs to be enabled.
-
-
-
Method Detail
-
withSystemAssignedManagedServiceIdentity
StorageAccount.Update withSystemAssignedManagedServiceIdentity()
Specifies that implicit managed service identity (MSI) needs to be enabled.- Returns:
- the next stage of storage account update
-
-