INewCommerceMigrationScheduleCollection.GetAsync 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.
Asynchronously gets all the New-Commerce migration schedules for the given search request.
public System.Threading.Tasks.Task<(System.Collections.Generic.IEnumerable<Microsoft.Store.PartnerCenter.Models.NewCommerceMigrationSchedules.NewCommerceMigrationSchedule> NewCommerceMigrationSchedules, string ContinuationToken)> GetAsync (string customerTenantId = default, string currentSubscriptionId = default, string externalReferenceId = default, int? pageSize = default, string continuationToken = default);
abstract member GetAsync : string * string * string * Nullable<int> * string -> System.Threading.Tasks.Task<ValueTuple<seq<Microsoft.Store.PartnerCenter.Models.NewCommerceMigrationSchedules.NewCommerceMigrationSchedule>, string>>
Public Function GetAsync (Optional customerTenantId As String = Nothing, Optional currentSubscriptionId As String = Nothing, Optional externalReferenceId As String = Nothing, Optional pageSize As Nullable(Of Integer) = Nothing, Optional continuationToken As String = Nothing) As Task(Of ValueTuple(Of IEnumerable(Of NewCommerceMigrationSchedule), String))
Parameters
- customerTenantId
- String
The customer tenant id.
- currentSubscriptionId
- String
The current subscription id.
- externalReferenceId
- String
The external reference id.
- continuationToken
- String
The continuation token.
Returns
The New-Commerce migration schedules and Continuation Token.