VirtualMachineScaleSetListOSUpgradeHistory interface
List of Virtual Machine Scale Set OS Upgrade History operation response.
Properties
next |
The uri to fetch the next page of OS Upgrade History. Call ListNext() with this to fetch the next page of history of upgrades. |
value | The list of OS upgrades performed on the virtual machine scale set. |
Property Details
nextLink
The uri to fetch the next page of OS Upgrade History. Call ListNext() with this to fetch the next page of history of upgrades.
nextLink?: string
Property Value
string
value
The list of OS upgrades performed on the virtual machine scale set.
value: UpgradeOperationHistoricalStatusInfo[]