次の方法で共有


JobsOperationsExtensions.ListByManagerNext(IJobsOperations, String) メソッド

定義

指定したマネージャーのすべてのジョブを取得します。 オプションの OData クエリ パラメーターを使用すると、フィルター処理されたジョブのセットが返されます。

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

パラメーター

operations
IJobsOperations

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

nextPageLink
String

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

戻り値

適用対象