Share via


INewCommerceMigrationCollection.GetEvents(String, String) Method

Definition

Gets the collection of migration events associated to a New-Commerce migration ID or subscription ID.

public System.Collections.Generic.IEnumerable<Microsoft.Store.PartnerCenter.Models.NewCommerceMigrations.NewCommerceMigrationEvent> GetEvents (string newCommerceMigrationId, string currentSubscriptionId);
abstract member GetEvents : string * string -> seq<Microsoft.Store.PartnerCenter.Models.NewCommerceMigrations.NewCommerceMigrationEvent>
Public Function GetEvents (newCommerceMigrationId As String, currentSubscriptionId As String) As IEnumerable(Of NewCommerceMigrationEvent)

Parameters

newCommerceMigrationId
String

The New-Commerce migration ID.

currentSubscriptionId
String

The current subscription ID.

Returns

The collection of New-Commerce migration events.

Applies to