DedicatedHostGroupListResult Class

The List Dedicated Host Group with resource group response.

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

Inheritance
DedicatedHostGroupListResult

Constructor

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

Parameters

value
list[DedicatedHostGroup]
Required

Required. The list of dedicated host groups.

next_link
str
Required

The URI to fetch the next page of Dedicated Host Groups. Call ListNext() with this URI to fetch the next page of Dedicated Host Groups.