DescendantInfo Class

The descendant.

Constructor

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

Variables

Name Description
id
str

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

type
str

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

name
str

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

properties

The generic properties of an descendant.

Attributes

id

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

id: str | None

name

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

name: str | None

properties

The generic properties of an descendant.

properties: _models.DescendantInfoProperties | None

type

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

type: str | None