INewCommerceMigration Interface

Definition

Encapsulates the behavior of a New-Commerce migration.

public interface INewCommerceMigration : Microsoft.Store.PartnerCenter.GenericOperations.IEntityGetOperations<Microsoft.Store.PartnerCenter.Models.NewCommerceMigrations.NewCommerceMigration>, Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,string>>
type INewCommerceMigration = interface
    interface IPartnerComponent<string * string>
    interface IEntityGetOperations<NewCommerceMigration>
Public Interface INewCommerceMigration
Implements IEntityGetOperations(Of NewCommerceMigration), IPartnerComponent(Of Tuple(Of String, String))
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

Get()

Gets a New-Commerce migration.

GetAsync()

Asynchronously gets a New-Commerce migration.

Applies to