INewCommerceMigrationCollection.GetEvents(String, String) Method
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.
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.