Interface StorageAccount.DefinitionStages.WithUserAssignedManagedServiceIdentity
- All Known Subinterfaces:
StorageAccount.Definition, StorageAccount.DefinitionStages.WithCreate, StorageAccount.DefinitionStages.WithCreateAndAccessTier
- Enclosing interface:
StorageAccount.DefinitionStages
public static interface StorageAccount.DefinitionStages.WithUserAssignedManagedServiceIdentity
The stage of the storage account definition allowing to specify User Assigned (External) Managed Service
Identities.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies an existing user assigned identity to be associated with the storage account.withExistingUserAssignedManagedServiceIdentity(String identityId) Specifies an existing user assigned identity to be associated with the storage account.withNewUserAssignedManagedServiceIdentity(Creatable<Identity> creatableIdentity) Specifies the definition of a not-yet-created user assigned identity to be associated with the Storage Account.
-
Method Details
-
withNewUserAssignedManagedServiceIdentity
StorageAccount.DefinitionStages.WithCreate withNewUserAssignedManagedServiceIdentity(Creatable<Identity> creatableIdentity) Specifies the definition of a not-yet-created user assigned identity to be associated with the Storage Account.- Parameters:
creatableIdentity- a creatable identity definition- Returns:
- the next stage of the storage account definition
-
withExistingUserAssignedManagedServiceIdentity
StorageAccount.DefinitionStages.WithCreate withExistingUserAssignedManagedServiceIdentity(Identity identity) Specifies an existing user assigned identity to be associated with the storage account.- Parameters:
identity- the identity- Returns:
- the next stage of the storage account definition
-
withExistingUserAssignedManagedServiceIdentity
StorageAccount.DefinitionStages.WithCreate withExistingUserAssignedManagedServiceIdentity(String identityId) Specifies an existing user assigned identity to be associated with the storage account.- Parameters:
identityId- the resource ID of the user-assigned Managed Service Identity- Returns:
- the next stage of the storage account definition
-