Share via


IotHubResourceOperationsExtensions.ListJobs メソッド

定義

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> ListJobs (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName);
static member ListJobs : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.IotHub.Models.JobResponse>
<Extension()>
Public Function ListJobs (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String) As IPage(Of JobResponse)

パラメーター

operations
IIotHubResourceOperations

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

resourceGroupName
String

IoT ハブを含むリソース グループの名前。

resourceName
String

IoT ハブの名前。

戻り値

注釈

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

適用対象