AzureResource Class

An Azure resource object.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
AzureResource

Constructor

AzureResource(*, location: Optional[str] = 'global', tags: Optional[Dict[str, str]] = None, **kwargs)

Parameters

location
str
Required

The resource location.

tags
dict[str, str]
Required

A set of tags. The resource tags.

Variables

id
str

The resource ID.

type
str

The resource type.

name
str

The resource name.