Partager via


JobsOperationsExtensions.ListOutputFilesNext(IJobsOperations, String) Méthode

Définition

Répertoriez tous les répertoires et fichiers à l’intérieur du répertoire donné du répertoire de sortie du travail (si le répertoire de sortie se trouve sur le partage de fichiers Azure ou le conteneur stockage Azure).

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.File> ListOutputFilesNext (this Microsoft.Azure.Management.BatchAI.IJobsOperations operations, string nextPageLink);
static member ListOutputFilesNext : Microsoft.Azure.Management.BatchAI.IJobsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.File>
<Extension()>
Public Function ListOutputFilesNext (operations As IJobsOperations, nextPageLink As String) As IPage(Of File)

Paramètres

operations
IJobsOperations

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

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

S’applique à