forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOperationsList.json
More file actions
31 lines (31 loc) · 965 Bytes
/
Copy pathOperationsList.json
File metadata and controls
31 lines (31 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"parameters": {
"api-version": "2023-07-01"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Microsoft.Cache/redisEnterprise/read",
"display": {
"provider": "Microsoft Cache",
"resource": "Redis Enterprise cache",
"operation": "Manage Redis Enterprise cache (read)",
"description": "View the Redis Enterprise cache's settings and configuration in the management portal"
}
},
{
"name": "Microsoft.Cache/redisEnterprise/write",
"display": {
"provider": "Microsoft Cache",
"resource": "Redis Enterprise cache",
"operation": "Manage Redis Enterprise cache (write)",
"description": "Modify the Redis Enterprise cache's settings and configuration in the management portal"
}
}
]
}
}
}
}