INewCommerceMigrationCollection.ValidateAsync(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 validates a New-Commerce migration.
public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.NewCommerceMigrations.NewCommerceEligibility> ValidateAsync (Microsoft.Store.PartnerCenter.Models.NewCommerceMigrations.NewCommerceMigration newCommerceMigration);
abstract member ValidateAsync : Microsoft.Store.PartnerCenter.Models.NewCommerceMigrations.NewCommerceMigration -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.NewCommerceMigrations.NewCommerceEligibility>
Public Function ValidateAsync (newCommerceMigration As NewCommerceMigration) As Task(Of NewCommerceEligibility)
Parameters
- newCommerceMigration
- NewCommerceMigration
The New-Commerece migration to be validated.
Returns
The New-Commerce migration eligibility.