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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET