Share via


INewCommerceMigrationCollection.GetAsync Method

Definition

Asynchronously gets all the New-Commerce migrations for the given search request.

public System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.NewCommerceMigrations.GetNewCommerceMigrationsResponse> GetAsync (string customerTenantId, string currentSubscriptionId, string externalReferenceId, int? pageSize = default, string continuationToken = default);
abstract member GetAsync : string * string * string * Nullable<int> * string -> System.Threading.Tasks.Task<Microsoft.Store.PartnerCenter.Models.NewCommerceMigrations.GetNewCommerceMigrationsResponse>
Public Function GetAsync (customerTenantId As String, currentSubscriptionId As String, externalReferenceId As String, Optional pageSize As Nullable(Of Integer) = Nothing, Optional continuationToken As String = Nothing) As Task(Of GetNewCommerceMigrationsResponse)

Parameters

customerTenantId
String

The customer tenant id.

currentSubscriptionId
String

The current subscription id.

externalReferenceId
String

The external reference id.

pageSize
Nullable<Int32>

The page size.

continuationToken
String

The continuation token.

Returns

The New-Commerce migrations and Continuation Token.

Applies to