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