- Least privileged Azure RBAC action required:
*/readon the target resource. - Built-in role that grants access:
Reader.
External DocumentationTo learn more, visit the Azure documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
*/read on the target resource.Reader.| Parameter | Description |
|---|---|
| Parent Resource Path | The parent resource path, if the resource is nested under another resource. For example: For the config resource .../providers/Microsoft.Web/sites/mySite/config/web, set this to sites/mySite (the parent’s type and name); here resourceType is config and resourceName is web.Leave empty for top-level resources such as Microsoft.Compute/virtualMachines. |
| Resource Group Name | The name of the resource group containing the resource to get. The name is case insensitive. |
| Resource Name | The name of the resource to get. |
| Resource Provider Namespace | The namespace of the resource provider. For example: Microsoft.Compute. |
| Resource Type | The resource type of the resource. For example: virtualMachines. |
| Subscription ID | The Microsoft Azure subscription ID. |
{
"id": "/subscriptions/a303ce4e-302e-471a-8188-4dab418ce9ea/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM",
"name": "myVM",
"type": "Microsoft.Compute/virtualMachines",
"location": "eastus",
"tags": {
"environment": "production"
},
"properties": {
"provisioningState": "Succeeded"
}
}
Was this page helpful?