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 server.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelResourceGroup
Constructor
ResourceGroup(*, location: str, name: str | None = None, properties: _models.ResourceGroupProperties | None = None, managed_by: str | None = None, tags: Dict[str, str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the resource group. |
properties
|
The resource group properties. |
location
|
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
|
The ID of the resource that manages this resource group. |
tags
|
The tags attached to the resource group. |
Variables
Name | Description |
---|---|
id
|
The ID of the resource group. |
name
|
The name of the resource group. |
properties
|
The resource group properties. |
location
|
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
|
The ID of the resource that manages this resource group. |
tags
|
The tags attached to the resource group. |
Azure SDK for Python