다음을 통해 공유


AgreementsOperationsExtensions.ListByIntegrationAccountsNextAsync Method

Definition

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

Parameters

nextPageLink
String
cancellationToken
CancellationToken

Returns

Applies to