Partager via


TransformsOperationsExtensions.ListNext(ITransformsOperations, String) Méthode

Définition

Répertorier les transformations

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

Paramètres

operations
ITransformsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

Remarques

Répertorie les transformations dans le compte.

S’applique à