GlobalParametersOperationsExtensions.ListByFactoryNext Method

Definition

Lists Global parameters

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.GlobalParameterResource> ListByFactoryNext (this Microsoft.Azure.Management.DataFactory.IGlobalParametersOperations operations, string nextPageLink);
static member ListByFactoryNext : Microsoft.Azure.Management.DataFactory.IGlobalParametersOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.GlobalParameterResource>
<Extension()>
Public Function ListByFactoryNext (operations As IGlobalParametersOperations, nextPageLink As String) As IPage(Of GlobalParameterResource)

Parameters

operations
IGlobalParametersOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to