次の方法で共有


JobsOperationsExtensions.ListByResourceGroupNext メソッド

定義

指定されたリソース グループで使用可能なすべてのジョブを一覧表示します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBox.Models.JobResource> ListByResourceGroupNext (this Microsoft.Azure.Management.DataBox.IJobsOperations operations, string nextPageLink);
static member ListByResourceGroupNext : Microsoft.Azure.Management.DataBox.IJobsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataBox.Models.JobResource>
<Extension()>
Public Function ListByResourceGroupNext (operations As IJobsOperations, nextPageLink As String) As IPage(Of JobResource)

パラメーター

operations
IJobsOperations

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

nextPageLink
String

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

戻り値

適用対象