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