你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ResourceGroupPatchable Class

Resource group information.

Inheritance
azure.mgmt.resource.resources._serialization.Model
ResourceGroupPatchable

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
str

The name of the resource group.

properties

The resource group properties.

managed_by
str

The ID of the resource that manages this resource group.

tags

The tags attached to the resource group.

Variables

Name Description
name
str

The name of the resource group.

properties

The resource group properties.

managed_by
str

The ID of the resource that manages this resource group.

tags

The tags attached to the resource group.