File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
api-reference/beta/resources Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : " Dictionary resource type"
2
+ title : " dictionary resource type"
3
3
description : " Represents a dictionary type that consists of key-value pairs."
4
4
author : " huatang92"
5
5
ms.localizationpriority : medium
6
6
ms.subservice : " entra-monitoring-health"
7
7
doc_type : resourcePageType
8
8
---
9
9
10
- # Dictionary resource type
10
+ # dictionary resource type
11
11
12
12
Namespace: microsoft.graph.healthMonitoring
13
13
@@ -27,13 +27,13 @@ None.
27
27
The following JSON representation shows the resource type.
28
28
<!-- {
29
29
"blockType": "resource",
30
- "@odata.type": "microsoft.graph.healthMonitoring.Dictionary ",
30
+ "@odata.type": "microsoft.graph.healthMonitoring.dictionary ",
31
31
"openType": true
32
32
}
33
33
-->
34
34
``` json
35
35
{
36
- "@odata.type" : " #microsoft.graph.healthMonitoring.Dictionary "
36
+ "@odata.type" : " #microsoft.graph.healthMonitoring.dictionary "
37
37
}
38
38
```
39
39
You can’t perform that action at this time.
0 commit comments