Compartir a través de


EdgeModulesOperationsExtensions.ListNextAsync Método

Definición

Enumere todos los recursos del módulo perimetral existentes.

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

Parámetros

operations
IEdgeModulesOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

Enumere todos los recursos del módulo perimetral existentes, junto con sus representaciones JSON.

Se aplica a