Partager via


IotHubResourceOperationsExtensions.GetJob Méthode

Définition

Obtenez les détails d’un travail à partir d’un hub IoT. Pour plus d’informations, consultez : https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry

public static Microsoft.Azure.Management.IotHub.Models.JobResponse GetJob (this Microsoft.Azure.Management.IotHub.IIotHubResourceOperations operations, string resourceGroupName, string resourceName, string jobId);
static member GetJob : Microsoft.Azure.Management.IotHub.IIotHubResourceOperations * string * string * string -> Microsoft.Azure.Management.IotHub.Models.JobResponse
<Extension()>
Public Function GetJob (operations As IIotHubResourceOperations, resourceGroupName As String, resourceName As String, jobId As String) As JobResponse

Paramètres

operations
IIotHubResourceOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources qui contient le hub IoT.

resourceName
String

Nom du hub IoT.

jobId
String

Identificateur du travail.

Retours

Remarques

Obtenez les détails d’un travail à partir d’un hub IoT. Pour plus d’informations, consultez : https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry.

S’applique à