ResourceGroupPatchable Class
Resource group information.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelResourceGroupPatchable
Constructor
ResourceGroupPatchable(*, 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. |
managed_by
|
The ID of the resource that manages this resource group. |
tags
|
The tags attached to the resource group. |
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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python