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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET