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
ResourceGroup

Constructor

ResourceGroup(*, location: str, name: Optional[str] = None, properties: Optional[azure.mgmt.resource.resources.v2016_09_01.models._models_py3.ResourceGroupProperties] = None, managed_by: Optional[str] = None, tags: Optional[Dict[str, str]] = None, **kwargs)

Variables

id
str

The ID of the resource group.

name
str

The name of the resource group.

properties
ResourceGroupProperties

The resource group properties.

location
str

Required. 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.

managed_by
str

The ID of the resource that manages this resource group.

tags
dict[str, str]

A set of tags. The tags attached to the resource group.