CloudToDeviceMethodScheduledJob Constructors

Definition

Overloads

CloudToDeviceMethodScheduledJob()

Serialization constructor.

CloudToDeviceMethodScheduledJob(DirectMethodServiceRequest)

Creates an instance of this class for cloud-to-device method scheduled job.

CloudToDeviceMethodScheduledJob()

Serialization constructor.

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

Applies to

CloudToDeviceMethodScheduledJob(DirectMethodServiceRequest)

Creates an instance of this class for cloud-to-device method scheduled job.

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)

Parameters

directMethodRequest
DirectMethodServiceRequest

Contains parameters to execute a direct method on a device or module.

Applies to