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

List 操作の前の正常な呼び出しからの NextLink。

戻り値

適用対象