ResourceGroupPatchable Class
Resource group information.
Constructor
ResourceGroupPatchable(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
The name of the resource group. |
|
properties
|
The resource group properties. |
|
managed_by
|
The ID of the resource that manages this resource group. |
|
tags
|
The tags attached to the resource group. |
Attributes
managed_by
The ID of the resource that manages this resource group.
managed_by: str | None
name
The name of the resource group.
name: str | None
properties
The resource group properties.
properties: _models.ResourceGroupProperties | None
tags
The tags attached to the resource group.
tags: dict[str, str] | None