forked from Azure/azure-powershell
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexadbVmClusters-dbNodes.json
More file actions
52 lines (52 loc) · 1.47 KB
/
exadbVmClusters-dbNodes.json
File metadata and controls
52 lines (52 loc) · 1.47 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
48
49
50
51
52
{
"resourceType": "exadbVmClusters/dbNodes",
"apiVersion": "2025-09-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.oracle"
},
"commands": [
{
"name": "Get-AzOracleExascaleDbNode",
"description": "Get a ExascaleDbNode",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Oracle.Database/exadbVmClusters/{exadbVmClusterName}/dbNodes/{exascaleDbNodeName}",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.oracle/get-azoracleexascaledbnode"
},
"parameterSets": [
{
"parameters": [
"-ExadbVMClusterName <String>",
"-Name <String>",
"-ResourceGroupName <String>",
"[-SubscriptionId <String[]>]"
]
}
]
},
"examples": [
{
"description": "Get a ExascaleDbNode",
"parameters": [
{
"name": "-ExadbVMClusterName",
"value": "[Path.exadbVmClusterName]"
},
{
"name": "-Name",
"value": "[Path.exascaleDbNodeName]"
},
{
"name": "-ResourceGroupName",
"value": "[Path.resourceGroupName]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
}
]
}
]
}
]
}