forked from Azure/azure-powershell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocations-dbSystemDbVersions.json
More file actions
47 lines (47 loc) · 1.22 KB
/
locations-dbSystemDbVersions.json
File metadata and controls
47 lines (47 loc) · 1.22 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"resourceType": "locations/dbSystemDbVersions",
"apiVersion": "2025-09-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.oracle"
},
"commands": [
{
"name": "Get-AzOracleDbVersion",
"description": "Get a DbVersion",
"path": "/subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/dbSystemDbVersions/{dbversionsname}",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.oracle/get-azoracledbversion"
},
"parameterSets": [
{
"parameters": [
"-Location <String>",
"-Sname <String>",
"[-SubscriptionId <String[]>]"
]
}
]
},
"examples": [
{
"description": "Get a DbVersion",
"parameters": [
{
"name": "-Location",
"value": "[Path.location]"
},
{
"name": "-Sname",
"value": "[Path.dbversionsname]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
}
]
}
]
}
]
}