次の方法で共有


PartnersOperationsExtensions.ListByIntegrationAccountsNextAsync メソッド

定義

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Fluent.Models.IntegrationAccountPartnerInner>> ListByIntegrationAccountsNextAsync (this Microsoft.Azure.Management.Logic.Fluent.IPartnersOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByIntegrationAccountsNextAsync : Microsoft.Azure.Management.Logic.Fluent.IPartnersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Fluent.Models.IntegrationAccountPartnerInner>>
<Extension()>
Public Function ListByIntegrationAccountsNextAsync (operations As IPartnersOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of IntegrationAccountPartnerInner))

パラメーター

operations
IPartnersOperations
nextPageLink
String
cancellationToken
CancellationToken

戻り値

適用対象