Share via


INewCommerceMigrationCollection.Get Method

Definition

Gets all the New-Commerce migrations for the given search request.

public Microsoft.Store.PartnerCenter.Models.NewCommerceMigrations.GetNewCommerceMigrationsResponse Get (string customerTenantId, string currentSubscriptionId, string externalReferenceId, int? pageSize = default, string continuationToken = default);
abstract member Get : string * string * string * Nullable<int> * string -> Microsoft.Store.PartnerCenter.Models.NewCommerceMigrations.GetNewCommerceMigrationsResponse
Public Function Get (customerTenantId As String, currentSubscriptionId As String, externalReferenceId As String, Optional pageSize As Nullable(Of Integer) = Nothing, Optional continuationToken As String = Nothing) As 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