Share via


EdgeModulesOperationsExtensions.ListNext Method

Definition

List all existing edge module resources.

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

Parameters

operations
IEdgeModulesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Remarks

List all existing edge module resources, along with their JSON representations.

Applies to