Partager via


FileServersOperationsExtensions.ListByWorkspaceNextAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.FileServer>> ListByWorkspaceNextAsync (this Microsoft.Azure.Management.BatchAI.IFileServersOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByWorkspaceNextAsync : Microsoft.Azure.Management.BatchAI.IFileServersOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.BatchAI.Models.FileServer>>
<Extension()>
Public Function ListByWorkspaceNextAsync (operations As IFileServersOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à