共用方式為


IntegrationAccountPartnersOperationsExtensions.ListNext Method

Definition

Gets a list of integration account partners.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartner> ListNext (this Microsoft.Azure.Management.Logic.IIntegrationAccountPartnersOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Logic.IIntegrationAccountPartnersOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Logic.Models.IntegrationAccountPartner>
<Extension()>
Public Function ListNext (operations As IIntegrationAccountPartnersOperations, nextPageLink As String) As IPage(Of IntegrationAccountPartner)

Parameters

operations
IIntegrationAccountPartnersOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to