INewCommerceMigrationCollection Interface
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.
Encapsulates the collection behavior for a New-Commerce migration.
public interface INewCommerceMigrationCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntityCreateOperations<Microsoft.Store.PartnerCenter.Models.NewCommerceMigrations.NewCommerceMigration,Microsoft.Store.PartnerCenter.Models.NewCommerceMigrations.NewCommerceMigration>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityCreateOperations<Microsoft.Store.PartnerCenter.Models.NewCommerceMigrations.NewCommerceMigration>, Microsoft.Store.PartnerCenter.GenericOperations.IEntitySelector<Microsoft.Store.PartnerCenter.NewCommerceMigrations.INewCommerceMigration>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type INewCommerceMigrationCollection = interface
interface IPartnerComponent
interface IPartnerComponent<string>
interface IEntityCreateOperations<NewCommerceMigration>
interface IEntityCreateOperations<NewCommerceMigration, NewCommerceMigration>
interface IEntitySelector<INewCommerceMigration>
Public Interface INewCommerceMigrationCollection
Implements IEntityCreateOperations(Of NewCommerceMigration), IEntityCreateOperations(Of NewCommerceMigration, NewCommerceMigration), IEntitySelector(Of INewCommerceMigration), IPartnerComponent, IPartnerComponent(Of String)
- Implements
Properties
| Context |
Gets the component context object. (Inherited from IPartnerComponent<TContext>) |
| Item[String] |
Gets a specific New-Commerce migration 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 behavior. |
| Create(NewCommerceMigration) |
Creates a New-Commerce migration. |
| Create(T) |
Creates a new entity. (Inherited from IEntityCreateOperations<T,T1>) |
| CreateAsync(NewCommerceMigration) |
Asynchronously creates a New-Commerce migration. |
| CreateAsync(T) |
Asynchronously creates a new entity. (Inherited from IEntityCreateOperations<T,T1>) |
| Validate(NewCommerceMigration) |
Validates a New-Commerce migration. |
| ValidateAsync(NewCommerceMigration) |
Asynchronously validates a New-Commerce migration. |