Share via


INewCommerceMigrationCollection.CreateAsync(NewCommerceMigration) Method

Definition

Asynchronously creates a New-Commerce migration.

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.NewCommerceMigrations.NewCommerceMigration> CreateAsync (Microsoft.Store.PartnerCenter.Models.NewCommerceMigrations.NewCommerceMigration newCommerceMigration);
abstract member CreateAsync : Microsoft.Store.PartnerCenter.Models.NewCommerceMigrations.NewCommerceMigration -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.NewCommerceMigrations.NewCommerceMigration>
Public Function CreateAsync (newCommerceMigration As NewCommerceMigration) As Task(Of NewCommerceMigration)

Parameters

newCommerceMigration
NewCommerceMigration

A New-Commerece migration to be created.

Returns

The New-Commerce migration that was just created.

Implements

Applies to