다음을 통해 공유


FileServersOperationsExtensions.ListByWorkspaceNext 메서드

정의

지정된 작업 영역과 연결된 파일 서버 목록을 가져옵니다.

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)

매개 변수

operations
IFileServersOperations

이 확장 메서드에 대한 작업 그룹입니다.

nextPageLink
String

이전의 성공적인 목록 호출 작업의 NextLink입니다.

반환

적용 대상