1
+ {
2
+ "resourceType" : " appliances" ,
3
+ "apiVersion" : " 2022-10-27" ,
4
+ "learnMore" : {
5
+ "url" : " https://learn.microsoft.com/powershell/module/az.arcresourcebridge"
6
+ },
7
+ "commands" : [
8
+ {
9
+ "name" : " Get-AzArcResourceBridge" ,
10
+ "description" : " Gets the details of an Appliance with a specified resource group and name." ,
11
+ "path" : " /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceConnector/appliances/{resourceName}" ,
12
+ "help" : {
13
+ "learnMore" : {
14
+ "url" : " https://learn.microsoft.com/powershell/module/az.arcresourcebridge/get-azarcresourcebridge"
15
+ },
16
+ "parameterSets" : [
17
+ {
18
+ "parameters" : [
19
+ " -Name <String>" ,
20
+ " -ResourceGroupName <String>" ,
21
+ " [-SubscriptionId <String[]>]"
22
+ ]
23
+ }
24
+ ]
25
+ },
26
+ "examples" : [
27
+ {
28
+ "description" : " Gets the details of an Appliance with a specified resource group and name." ,
29
+ "parameters" : [
30
+ {
31
+ "name" : " -Name" ,
32
+ "value" : " [Path.resourceName]"
33
+ },
34
+ {
35
+ "name" : " -ResourceGroupName" ,
36
+ "value" : " [Path.resourceGroupName]"
37
+ },
38
+ {
39
+ "name" : " -SubscriptionId" ,
40
+ "value" : " [Path.subscriptionId]"
41
+ }
42
+ ]
43
+ }
44
+ ]
45
+ },
46
+ {
47
+ "name" : " Remove-AzArcResourceBridge" ,
48
+ "description" : " Deletes an Appliance with the specified Resource Name, Resource Group, and Subscription Id." ,
49
+ "path" : " /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ResourceConnector/appliances/{resourceName}" ,
50
+ "help" : {
51
+ "learnMore" : {
52
+ "url" : " https://learn.microsoft.com/powershell/module/az.arcresourcebridge/remove-azarcresourcebridge"
53
+ },
54
+ "parameterSets" : [
55
+ {
56
+ "parameters" : [
57
+ " -Name <String>" ,
58
+ " -ResourceGroupName <String>" ,
59
+ " [-SubscriptionId <String>]"
60
+ ]
61
+ }
62
+ ]
63
+ },
64
+ "examples" : [
65
+ {
66
+ "description" : " Deletes an Appliance with the specified Resource Name, Resource Group, and Subscription Id." ,
67
+ "parameters" : [
68
+ {
69
+ "name" : " -Name" ,
70
+ "value" : " [Path.resourceName]"
71
+ },
72
+ {
73
+ "name" : " -ResourceGroupName" ,
74
+ "value" : " [Path.resourceGroupName]"
75
+ },
76
+ {
77
+ "name" : " -SubscriptionId" ,
78
+ "value" : " [Path.subscriptionId]"
79
+ }
80
+ ]
81
+ }
82
+ ]
83
+ }
84
+ ]
85
+ }
0 commit comments