工作已经存在。如何删除作业?

A Job Already Exists. How can I delete a job?

我在 Iot Hub 上完成了多项工作。如何使用 SDK 删除作业?我知道 JobID

您可以使用 CancelJobAsync method which is in RegistryManager class to cancel or delete the job with the specified ID. You can find the RegistryManager class in Microsoft.Azure.Devices SDK。此 SDK 是 Azure IoT 中心的服务 SDK。

此外,您还可以使用CancelJobAsync method in JobClient来实现,它也包含在Microsoft.Azure.Devices SDK中。