TwinScheduledJob Constructors

Definition

Overloads

TwinScheduledJob()

Creates an instance of this class. Provided for unit testing purposes only.

TwinScheduledJob(ClientTwin)

Creates an instance of this class for twin scheduled job.

TwinScheduledJob()

Creates an instance of this class. Provided for unit testing purposes only.

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

Remarks

This class can be inherited from and set by unit tests for mocking purposes.

Applies to

TwinScheduledJob(ClientTwin)

Creates an instance of this class for twin scheduled job.

protected internal TwinScheduledJob (Microsoft.Azure.Devices.ClientTwin updateTwin);
new Microsoft.Azure.Devices.TwinScheduledJob : Microsoft.Azure.Devices.ClientTwin -> Microsoft.Azure.Devices.TwinScheduledJob
Protected Friend Sub New (updateTwin As ClientTwin)

Parameters

updateTwin
ClientTwin

The update twin tags and desired properties.

Applies to