ResourceGroup Class

Resource group information.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.resource.resources._serialization.Model
ResourceGroup

Constructor

ResourceGroup(*, location: str, properties: _models.ResourceGroupProperties | None = None, managed_by: str | None = None, tags: Dict[str, str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
properties

The resource group properties.

location
str

The location of the resource group. It cannot be changed after the resource group has been created. It must be one of the supported Azure locations. Required.

managed_by
str

The ID of the resource that manages this resource group.

tags

The tags attached to the resource group.

Variables

Name Description
id
str

The ID of the resource group.

name
str

The name of the resource group.

type
str

The type of the resource group.

properties

The resource group properties.

location
str

The location of the resource group. It cannot be changed after the resource group has been created. It must be one of the supported Azure locations. Required.

managed_by
str

The ID of the resource that manages this resource group.

tags

The tags attached to the resource group.