Share via


PipelineTopologiesOperationsExtensions.ListNext Method

Definition

Retrieves a list of pipeline topologies.

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

Parameters

operations
IPipelineTopologiesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

Retrieves a list of pipeline topologies that have been added to the account, if any, along with their JSON representation.

Applies to