File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
sdk/iot/Azure.Iot.Hub.Service/src Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -10,27 +10,31 @@ This document outlines the APIs for the Azure Iot Hub Service SDK
1010
1111<details ><summary ><b >Configurations</b ></summary >
1212APIs for managing configurations for devices and modules
13+
1314``` csharp
1415
1516```
1617</details >
1718
1819<details ><summary ><b >Statistics</b ></summary >
1920APIs for getting statistics about devices and modules, as well as service statistics
21+
2022``` csharp
2123
2224```
2325</details >
2426
2527<details ><summary ><b >Registry</b ></summary >
2628APIs for managing device and module identities
29+
2730``` csharp
2831
2932```
3033</details >
3134
3235<details ><summary ><b >Jobs</b ></summary >
3336APIs for using IotHub jobs
37+
3438``` csharp
3539
3640```
@@ -46,41 +50,47 @@ APIs for using IotHub jobs
4650
4751<details ><summary ><b >Twin</b ></summary >
4852Device and module twin operations
53+
4954``` csharp
5055
5156```
5257</details >
5358
5459<details ><summary ><b >Methods</b ></summary >
5560Device and module direct methods
61+
5662``` csharp
5763
5864```
5965</details >
6066
6167<details ><summary ><b >Cloud to Device Messaging</b ></summary >
62- No sign of this in the swagger
68+ No sign of this in the swagger
69+
6370``` csharp
6471
6572```
6673</details >
6774
6875<details ><summary ><b >Feedback Message</b ></summary >
6976APIs for getting feedback messages
77+
7078``` csharp
7179
7280```
7381</details >
7482
7583<details ><summary ><b >File Upload Notifications</b ></summary >
7684No sign of this in the swagger
85+
7786``` csharp
7887
7988```
8089</details >
8190
8291<details ><summary ><b >Query</b ></summary >
8392APIs for querying on device or module identities
93+
8494``` csharp
8595
8696```
You can’t perform that action at this time.
0 commit comments