IotHubResourceOperationsExtensions.ListJobsNext メソッド

定義

IoT ハブ内のすべてのジョブの一覧を取得します。 詳細については、「https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry」を参照してください。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.JobResponse> ListJobsNext (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string nextPageLink);
static member ListJobsNext : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.JobResponse>
<Extension()>
Public Function ListJobsNext (operations As IIotHubResourceOperations, nextPageLink As String) As IPage(Of JobResponse)

パラメーター

operations
IIotHubResourceOperations

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

nextPageLink
String

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

戻り値

注釈

IoT ハブ内のすべてのジョブの一覧を取得します。 詳細については、「https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry.」を参照してください。

適用対象