ResourceGroup Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for Read a resource group
public class ResourceGroup
type ResourceGroup = class
Public Class ResourceGroup
- Inheritance
-
ResourceGroup
Constructors
| Name | Description |
|---|---|
| ResourceGroup() | |
Properties
| Name | Description |
|---|---|
| Id |
The ID of the resource group (e.g. /subscriptions/XXX/resourceGroups/YYY). |
| Location |
The location of the resource group. It cannot be changed after the resource group has been created. Has to be one of the supported Azure Locations, such as West US, East US, West Europe, East Asia, etc. |
| ManagedBy |
Id of the resource that manages this resource group. |
| Name |
The Name of the resource group. |
| Properties |
properties |
| Tags |
The tags attached to the resource group. |