VirtualMachineScaleSetListOSUpgradeHistory Class

List of Virtual Machine Scale Set OS Upgrade History operation response.

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

Inheritance
VirtualMachineScaleSetListOSUpgradeHistory

Constructor

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

Parameters

value
list[UpgradeOperationHistoricalStatusInfo]
Required

Required. The list of OS upgrades performed on the virtual machine scale set.

next_link
str
Required

The uri to fetch the next page of OS Upgrade History. Call ListNext() with this to fetch the next page of history of upgrades.