Freigeben über


CloudToDeviceMethodScheduledJob Konstruktoren

Definition

Überlädt

CloudToDeviceMethodScheduledJob()

Serialisierungskonstruktor.

CloudToDeviceMethodScheduledJob(DirectMethodServiceRequest)

Erstellt eine instance dieser Klasse für einen geplanten Auftrag für die Cloud-zu-Gerät-Methode.

CloudToDeviceMethodScheduledJob()

Serialisierungskonstruktor.

protected internal CloudToDeviceMethodScheduledJob();
Protected Friend Sub New ()

Gilt für:

CloudToDeviceMethodScheduledJob(DirectMethodServiceRequest)

Erstellt eine instance dieser Klasse für einen geplanten Auftrag für die Cloud-zu-Gerät-Methode.

public CloudToDeviceMethodScheduledJob(Microsoft.Azure.Devices.DirectMethodServiceRequest directMethodRequest);
new Microsoft.Azure.Devices.CloudToDeviceMethodScheduledJob : Microsoft.Azure.Devices.DirectMethodServiceRequest -> Microsoft.Azure.Devices.CloudToDeviceMethodScheduledJob
Public Sub New (directMethodRequest As DirectMethodServiceRequest)

Parameter

directMethodRequest
DirectMethodServiceRequest

Enthält Parameter zum Ausführen einer direkten Methode auf einem Gerät oder Modul.

Gilt für: