MachineListResult Class

The List hybrid machine operation response.

All required parameters must be populated in order to send to Azure.

Inheritance
MachineListResult

Constructor

MachineListResult(*, value: List[azure.mgmt.hybridcompute.models._models_py3.Machine], next_link: Optional[str] = None, **kwargs)

Parameters

value
list[Machine]
Required

Required. The list of hybrid machines.

next_link
str
Required

The URI to fetch the next page of Machines. Call ListNext() with this URI to fetch the next page of hybrid machines.