InstanceList Class

List of Instances.

Inheritance
azure.mgmt.deviceupdate._serialization.Model
InstanceList

Constructor

InstanceList(*, next_link: str | None = None, value: List[_models.Instance] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
next_link
str

The link used to get the next page of Instances list.

value

List of Instances.

Variables

Name Description
next_link
str

The link used to get the next page of Instances list.

value

List of Instances.