ResourceGroupPatchable Class

Resource group information.

Inheritance
ResourceGroupPatchable

Constructor

ResourceGroupPatchable(*, name: Optional[str] = None, properties: Optional[azure.mgmt.resource.resources.v2019_08_01.models._models_py3.ResourceGroupProperties] = None, managed_by: Optional[str] = None, tags: Optional[Dict[str, str]] = None, **kwargs)

Variables

name
str

The name of the resource group.

properties
ResourceGroupProperties

The resource group properties.

managed_by
str

The ID of the resource that manages this resource group.

tags
dict[str, str]

A set of tags. The tags attached to the resource group.