INewCommerceMigrationCollection.Get 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 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.
- continuationToken
- String
The continuation token.
Returns
The New-Commerce migrations and Continuation Token.