INewCommerceMigrationSchedule Interface

Definition

Encapsulates the behavior of a New-Commerce migration.

public interface INewCommerceMigrationSchedule : Microsoft.Store.PartnerCenter.GenericOperations.IEntityGetOperations<Microsoft.Store.PartnerCenter.Models.NewCommerceMigrationSchedules.NewCommerceMigrationSchedule>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityUpdateOperations<Microsoft.Store.PartnerCenter.Models.NewCommerceMigrationSchedules.NewCommerceMigrationSchedule>, Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,string>>
type INewCommerceMigrationSchedule = interface
    interface IPartnerComponent<string * string>
    interface IEntityGetOperations<NewCommerceMigrationSchedule>
    interface IEntityUpdateOperations<NewCommerceMigrationSchedule>
Public Interface INewCommerceMigrationSchedule
Implements IEntityGetOperations(Of NewCommerceMigrationSchedule), IEntityUpdateOperations(Of NewCommerceMigrationSchedule), 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

Cancel()

Cancels a New-Commerce migration schedule.

CancelAsync()

Asynchronously cancels a New-Commerce migration schedule.

Get()

Gets a New-Commerce migration schedule.

GetAsync()

Asynchronously gets a New-Commerce migration schedule.

Update(NewCommerceMigrationSchedule)

Updates a New-Commerce migration schedule.

Update(T)

Updates an entity.

(Inherited from IEntityUpdateOperations<T>)
UpdateAsync(NewCommerceMigrationSchedule)

Asynchronously updates a New-Commerce migration schedule.

UpdateAsync(T)

Asynchronously updates an entity.

(Inherited from IEntityUpdateOperations<T>)

Applies to