Class VirtualMachineListResult


  • public final class VirtualMachineListResult
    extends Object
    List of VirtualMachines.
    • Constructor Detail

      • VirtualMachineListResult

        public VirtualMachineListResult()
    • Method Detail

      • value

        public List<VirtualMachineInner> value()
        Get the value property: List of VirtualMachines.
        Returns:
        the value value.
      • withValue

        public VirtualMachineListResult withValue​(List<VirtualMachineInner> value)
        Set the value property: List of VirtualMachines.
        Parameters:
        value - the value value to set.
        Returns:
        the VirtualMachineListResult object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: Url to follow for getting next page of resources.
        Returns:
        the nextLink value.
      • withNextLink

        public VirtualMachineListResult withNextLink​(String nextLink)
        Set the nextLink property: Url to follow for getting next page of resources.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the VirtualMachineListResult object itself.
      • validate

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