Compartir a través de


VideosOperationsExtensions.ListNext(IVideosOperations, String) Método

Definición

Recupera todos los recursos de vídeo existentes.

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

Parámetros

operations
IVideosOperations

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

nextPageLink
String

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

Devoluciones

Comentarios

Recupera una lista de recursos de vídeo que se han creado, junto con sus representaciones JSON.

Se aplica a