CloudToDeviceMethodScheduledJob Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET