IotHubDescriptionListResult Class

The JSON-serialized array of IotHubDescription objects with a next link.

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

Inheritance
IotHubDescriptionListResult

Constructor

IotHubDescriptionListResult(*, value: Optional[List[azure.mgmt.iothub.v2017_07_01.models._models_py3.IotHubDescription]] = None, **kwargs)

Variables

value
list[IotHubDescription]

The array of IotHubDescription objects.

next_link
str

The next link.