Share via


LivePipelinesOperationsExtensions.ListNext Method

Definition

Retrieves a list of live pipelines.

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

Parameters

operations
ILivePipelinesOperations

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 live pipelines that have been created, along with their JSON representations.

Applies to