IotHubResourceOperationsExtensions.GetJobAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.IotHub.Models.JobResponse> GetJobAsync (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string jobId, System.Threading.CancellationToken cancellationToken = default);
static member GetJobAsync : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.IotHub.Models.JobResponse>
<Extension()>
Public Function GetJobAsync (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, jobId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobResponse)

パラメーター

operations
IIotHubResourceOperations

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

resourceGroupName
String

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

resourceName
String

IoT ハブの名前。

jobId
String

ジョブ識別子です。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象