AzureResource Class

An azure resource object.

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

All required parameters must be populated in order to send to Azure.

Inheritance
AzureResource

Constructor

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

Variables

id
str

Azure resource Id.

name
str

Azure resource name.

type
str

Azure resource type.

kind
str

Azure resource kind.

identity
str

Azure resource identity.

location
str

Required. Resource location.

tags
dict[str, str]

A set of tags. Resource tags.