DigitalTwinsClient Class
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.
This client contains methods to retrieve and update digital twin information, and invoke commands on a digital twin device.
public class DigitalTwinsClient
type DigitalTwinsClient = class
Public Class DigitalTwinsClient
- Inheritance
-
DigitalTwinsClient
Constructors
DigitalTwinsClient() |
Creates an instance of this class. Provided for unit testing purposes only. |
Methods
GetAsync<T>(String, CancellationToken) |
Gets a strongly-typed digital twin. |
InvokeCommandAsync(String, String, InvokeDigitalTwinCommandOptions, CancellationToken) |
Invoke a command on a digital twin. |
InvokeComponentCommandAsync(String, String, String, InvokeDigitalTwinCommandOptions, CancellationToken) |
Invoke a command on a component of a digital twin. |
UpdateAsync(String, String, UpdateDigitalTwinOptions, CancellationToken) |
Updates a digital twin. |
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