PipelinesOperationsExtensions.ListByFactoryNext Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists pipelines.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.PipelineResource> ListByFactoryNext (this Microsoft.Azure.Management.DataFactory.IPipelinesOperations operations, string nextPageLink);
static member ListByFactoryNext : Microsoft.Azure.Management.DataFactory.IPipelinesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataFactory.Models.PipelineResource>
<Extension()>
Public Function ListByFactoryNext (operations As IPipelinesOperations, nextPageLink As String) As IPage(Of PipelineResource)
Parameters
- operations
- IPipelinesOperations
The operations group for this extension method.
- nextPageLink
- String
The NextLink from the previous successful call to List operation.