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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET