VirtualMachineScaleSetListWithLinkResult Class

The List Virtual Machine operation response.

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

Inheritance
VirtualMachineScaleSetListWithLinkResult

Constructor

VirtualMachineScaleSetListWithLinkResult(*, value: List[azure.mgmt.compute.v2020_12_01.models._models_py3.VirtualMachineScaleSet], next_link: Optional[str] = None, **kwargs)

Parameters

value
list[VirtualMachineScaleSet]
Required

Required. The list of virtual machine scale sets.

next_link
str
Required

The uri to fetch the next page of Virtual Machine Scale Sets. Call ListNext() with this to fetch the next page of Virtual Machine Scale Sets.