次の方法で共有


INewCommerceMigrationScheduleCollection.Get Method

Definition

Gets all the New-Commerce migration schedules for the given search request.

public (System.Collections.Generic.IEnumerable<Microsoft.Store.PartnerCenter.Models.NewCommerceMigrationSchedules.NewCommerceMigrationSchedule> NewCommerceMigrationSchedules, string ContinuationToken) Get (string customerTenantId = default, string currentSubscriptionId = default, string externalReferenceId = default, int? pageSize = default, string continuationToken = default);
abstract member Get : string * string * string * Nullable<int> * string -> ValueTuple<seq<Microsoft.Store.PartnerCenter.Models.NewCommerceMigrationSchedules.NewCommerceMigrationSchedule>, string>
Public Function Get (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 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.

pageSize
Nullable<Int32>

The page size.

continuationToken
String

The continuation token.

Returns

The New-Commerce migration schedules and Continuation Token.

Applies to