INewCommerceMigrationCollection.CreateAsync(NewCommerceMigration) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.