INewCommerceMigrationScheduleCollection.ById(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 a specific New-Commerce migration schedule behavior.
public Microsoft.Store.PartnerCenter.NewCommerceMigrationSchedules.INewCommerceMigrationSchedule ById (string newCommerceMigrationScheduleId);
abstract member ById : string -> Microsoft.Store.PartnerCenter.NewCommerceMigrationSchedules.INewCommerceMigrationSchedule
Public Function ById (newCommerceMigrationScheduleId As String) As INewCommerceMigrationSchedule
Parameters
- newCommerceMigrationScheduleId
- String
The New-Commerce migration schedule ID.
Returns
The New-Commerce migration schedule operations.