次の方法で共有


UsersOperationsExtensions.ListByLabNext(IUsersOperations, String) メソッド

定義

ラボのすべてのユーザーを取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.User> ListByLabNext (this Microsoft.Azure.Management.LabServices.IUsersOperations operations, string nextPageLink);
static member ListByLabNext : Microsoft.Azure.Management.LabServices.IUsersOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.User>
<Extension()>
Public Function ListByLabNext (operations As IUsersOperations, nextPageLink As String) As IPage(Of User)

パラメーター

operations
IUsersOperations

この拡張メソッドの操作グループ。

nextPageLink
String

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

戻り値

注釈

ラボのすべてのユーザーの一覧を返します。

適用対象