EntityInfo Class

The entity.

Constructor

EntityInfo(*args: Any, **kwargs: Any)

Variables

Name Description
id
str

The fully qualified ID for the entity. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000.

type
str

The type of the resource. For example, Microsoft.Management/managementGroups.

name
str

The name of the entity. For example, 00000000-0000-0000-0000-000000000000.

properties

The generic properties of an entity.

Attributes

id

The fully qualified ID for the entity. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000.

id: str | None

name

The name of the entity. For example, 00000000-0000-0000-0000-000000000000.

name: str | None

properties

The generic properties of an entity.

properties: _models.EntityInfoProperties | None

type

The type of the resource. For example, Microsoft.Management/managementGroups.

type: str | None