Class VirtualMachineScaleSetListOSUpgradeHistory


  • public final class VirtualMachineScaleSetListOSUpgradeHistory
    extends Object
    List of Virtual Machine Scale Set OS Upgrade History operation response.
    • Constructor Detail

      • VirtualMachineScaleSetListOSUpgradeHistory

        public VirtualMachineScaleSetListOSUpgradeHistory()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: The uri to fetch the next page of OS Upgrade History. Call ListNext() with this to fetch the next page of history of upgrades.
        Returns:
        the nextLink value.
      • withNextLink

        public VirtualMachineScaleSetListOSUpgradeHistory withNextLink​(String nextLink)
        Set the nextLink property: The uri to fetch the next page of OS Upgrade History. Call ListNext() with this to fetch the next page of history of upgrades.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the VirtualMachineScaleSetListOSUpgradeHistory object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.