Freigeben über


IotHubDescriptionResource.GetJob(String, CancellationToken) Methode

Definition

Rufen Sie die Details eines Auftrags aus einem IoT Hub ab. Weitere Informationen finden Sie unter https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-identity-registry.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/jobs/{jobId}
  • Vorgang IdIotHubResource_GetJob
public virtual Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubJobInfo> GetJob (string jobId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetJob : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubJobInfo>
override this.GetJob : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubJobInfo>
Public Overridable Function GetJob (jobId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of IotHubJobInfo)

Parameter

jobId
String

Der Auftragsbezeichner.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

jobId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

jobId ist NULL.

Gilt für: