Share via


PipelineTopologiesOperationsExtensions.ListNextAsync Method

Definition

Retrieves a list of pipeline topologies.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineTopology>> ListNextAsync (this Microsoft.Azure.Management.VideoAnalyzer.IPipelineTopologiesOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.VideoAnalyzer.IPipelineTopologiesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.VideoAnalyzer.Models.PipelineTopology>>
<Extension()>
Public Function ListNextAsync (operations As IPipelineTopologiesOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

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

Applies to