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 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