次の方法で共有


JobsOperationsExtensions.ListByDeviceNextAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorSimple8000Series.Models.Job>> ListByDeviceNextAsync(this Microsoft.Azure.Management.StorSimple8000Series.IJobsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByDeviceNextAsync : Microsoft.Azure.Management.StorSimple8000Series.IJobsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StorSimple8000Series.Models.Job>>
<Extension()>
Public Function ListByDeviceNextAsync (operations As IJobsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Job))

パラメーター

operations
IJobsOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象