DedicatedHostListResult Class

The list dedicated host operation response.

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

Inheritance
DedicatedHostListResult

Constructor

DedicatedHostListResult(*, value: List[azure.mgmt.compute.v2019_07_01.models._models_py3.DedicatedHost], next_link: Optional[str] = None, **kwargs)

Parameters

value
list[DedicatedHost]
Required

Required. The list of dedicated hosts.

next_link
str
Required

The URI to fetch the next page of dedicated hosts. Call ListNext() with this URI to fetch the next page of dedicated hosts.