Partager via


INewCommerceMigrationScheduleCollection Interface

Definition

Encapsulates the collection behavior for a New-Commerce migration schedule.

public interface INewCommerceMigrationScheduleCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntityCreateOperations<Microsoft.Store.PartnerCenter.Models.NewCommerceMigrationSchedules.NewCommerceMigrationSchedule,Microsoft.Store.PartnerCenter.Models.NewCommerceMigrationSchedules.NewCommerceMigrationSchedule>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityCreateOperations<Microsoft.Store.PartnerCenter.Models.NewCommerceMigrationSchedules.NewCommerceMigrationSchedule>, Microsoft.Store.PartnerCenter.GenericOperations.IEntitySelector<Microsoft.Store.PartnerCenter.NewCommerceMigrationSchedules.INewCommerceMigrationSchedule>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type INewCommerceMigrationScheduleCollection = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntityCreateOperations<NewCommerceMigrationSchedule>
    interface IEntityCreateOperations<NewCommerceMigrationSchedule, NewCommerceMigrationSchedule>
    interface IEntitySelector<INewCommerceMigrationSchedule>
Public Interface INewCommerceMigrationScheduleCollection
Implements IEntityCreateOperations(Of NewCommerceMigrationSchedule), IEntityCreateOperations(Of NewCommerceMigrationSchedule, NewCommerceMigrationSchedule), IEntitySelector(Of INewCommerceMigrationSchedule), IPartnerComponent, IPartnerComponent(Of String)
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Item[String]

Gets a specific New-Commerce migration schedule behavior.

Partner

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

(Inherited from IPartnerComponent<TContext>)

Methods

ById(String)

Gets a specific New-Commerce migration schedule behavior.

Create(NewCommerceMigrationSchedule)

Creates a New-Commerce migration schedule.

Create(T)

Creates a new entity.

(Inherited from IEntityCreateOperations<T,T1>)
CreateAsync(NewCommerceMigrationSchedule)

Asynchronously creates a New-Commerce migration schedule.

CreateAsync(T)

Asynchronously creates a new entity.

(Inherited from IEntityCreateOperations<T,T1>)
Get(String, String, String, Nullable<Int32>, String)

Gets all the New-Commerce migration schedules for the given search request.

GetAsync(String, String, String, Nullable<Int32>, String)

Asynchronously gets all the New-Commerce migration schedules for the given search request.

Applies to