Partager via


FileServersOperationsExtensions.ListByWorkspaceNext Méthode

Définition

Obtient la liste des serveurs de fichiers associés à l’espace de travail spécifié.

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

Paramètres

operations
IFileServersOperations

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

S’applique à