次の方法で共有


SchedulesOperationsExtensions.ListByLabNext メソッド

定義

ラボのすべてのスケジュールを取得します。

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

パラメーター

operations
ISchedulesOperations

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

nextPageLink
String

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

戻り値

注釈

ラボのすべてのスケジュールの一覧を返します。

適用対象