Package version:

Interface VirtualMachineScaleSetListOSUpgradeHistory

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

interface VirtualMachineScaleSetListOSUpgradeHistory {
    nextLink?: string;
    value: UpgradeOperationHistoricalStatusInfo[];
}

Properties

Properties

nextLink?: string

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

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