author | description | ms.service | ms.topic | ms.date | ms.author |
---|---|---|---|---|---|
baanders |
include file for Azure Digital Twins - ways to manage instance |
digital-twins |
include |
11/11/2020 |
baanders |
This article highlights how to complete different management operations using the Azure Digital Twins .NET (C#) SDK. You can also craft these same management calls using the other language SDKs described in How-to: Use the Azure Digital Twins APIs and SDKs.
Tip
Remember that all SDK methods come in synchronous and asynchronous versions. For paging calls, the async methods return AsyncPageable<T>
while the synchronous versions return Pageable<T>
.
Another management option is to call the the Azure Digital Twins REST APIs for this topic area directly, through a REST client like Postman. For instructions on how to do this, see How-to: Make requests with Postman.
Finally, you can complete the same management operations using the Azure Digital Twins CLI. To learn more about using the CLI, see How-to: Use the Azure Digital Twins CLI.