TrackedResource Class

Describes an Azure tracked resource.

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

Inheritance
azure.mgmt.security.models._models_py3.Resource
TrackedResource
azure.mgmt.security.models._models_py3.AzureTrackedResourceLocation
TrackedResource
azure.mgmt.security.models._models_py3.Kind
TrackedResource
azure.mgmt.security.models._models_py3.ETag
TrackedResource
azure.mgmt.security.models._models_py3.Tags
TrackedResource

Constructor

TrackedResource(*, tags: Optional[Dict[str, str]] = None, etag: Optional[str] = None, kind: Optional[str] = None, location: Optional[str] = None, **kwargs)

Parameters

tags
dict[str, str]
Required

A set of tags. A list of key value pairs that describe the resource.

etag
str
Required

Entity tag is used for comparing two or more entities from the same requested resource.

kind
str
Required

Kind of the resource.

location
str
Required

Location where the resource is stored.

Variables

id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.