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, properties: Optional[azure.mgmt.resource.resources.v2021_01_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.
- type
- str
The type 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.
Feedback
Submit and view feedback for