Class MachineListResult

java.lang.Object
com.azure.resourcemanager.hybridcompute.models.MachineListResult

public final class MachineListResult extends Object
The List hybrid machine operation response.
  • Constructor Details

    • MachineListResult

      public MachineListResult()
      Creates an instance of MachineListResult class.
  • Method Details

    • value

      public List<MachineInner> value()
      Get the value property: The list of hybrid machines.
      Returns:
      the value value.
    • withValue

      public MachineListResult withValue(List<MachineInner> value)
      Set the value property: The list of hybrid machines.
      Parameters:
      value - the value value to set.
      Returns:
      the MachineListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URI to fetch the next page of Machines. Call ListNext() with this URI to fetch the next page of hybrid machines.
      Returns:
      the nextLink value.
    • withNextLink

      public MachineListResult withNextLink(String nextLink)
      Set the nextLink property: The URI to fetch the next page of Machines. Call ListNext() with this URI to fetch the next page of hybrid machines.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the MachineListResult object itself.
    • validate

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