TwinScheduledJob 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
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
Azure SDK for .NET