page_type | languages | products | name | description | url-fragment | ||
---|---|---|---|---|---|---|---|
sample |
|
|
Azure Digital Twins docs code |
Source for the code snippets in the Azure Digital Twins documentation |
digital-twins-docs-code |
This repo is the source for the code snippets in the Azure Digital Twins documentation. Code stored in this repo is displayed in-text throughout the documentation to illustrate examples of SDK calls, API calls, query structure, and more.
These samples are not complete solutions and aren't intended to be used in production.
Below are the types of snippets included in this repo.
Folder | Description |
---|---|
api-requests | This folder contains the JSON request bodies for API requests that are written out in the Azure Digital Twins documentation. |
models | This folder contains the source code for models that are included in the Azure Digital Twins documentation. |
queries | This folder contains the source code for queries that are included in the Azure Digital Twins documentation. |
sdks | This folder contains SDK call examples that are included in the Azure Digital Twins documentation, organized by language. Snippets are currently available for the following language: C# (.NET). |