File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
src/Resources/Resources/help Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,12 @@ ResourceGroupName : testRG
101
101
ResourceType : Microsoft.Compute/virtualMachines
102
102
Location : westus
103
103
ResourceId : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/testRG/providers/Microsoft.Compute/virtualMachines/testVM
104
+ Tags :
105
+ Name Value
106
+ ====== ========
107
+ Dept IT
108
+ Year 2002
109
+ Status Approved
104
110
```
105
111
106
112
This command gets all of the resources whose resource name is "testVM".
@@ -142,6 +148,12 @@ ResourceGroupName : testRG
142
148
ResourceType : Microsoft.Compute/virtualMachines
143
149
Location : westus
144
150
ResourceId : /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/testRG/providers/Microsoft.Compute/virtualMachines/testVM
151
+ Tags :
152
+ Name Value
153
+ ====== ========
154
+ Dept IT
155
+ Year 2002
156
+ Status Approved
145
157
```
146
158
147
159
This command gets the resource with the provided resource id, which is a virtual machine called "testVM" in the resource group "testRG".
You can’t perform that action at this time.
0 commit comments