Udostępnij za pośrednictwem


FileServersOperationsExtensions.ListByWorkspaceNextAsync Metoda

Definicja

Pobiera listę serwerów plików skojarzonych z określonym obszarem roboczym.

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))

Parametry

operations
IFileServersOperations

Grupa operacji dla tej metody rozszerzenia.

nextPageLink
String

Operacja NextLink z poprzedniego pomyślnego wywołania do listy.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Dotyczy