Class VMResourcesListResponse

java.lang.Object
com.azure.resourcemanager.logz.models.VMResourcesListResponse

public final class VMResourcesListResponse extends Object
Response of a list VM Host Update Operation.
  • Constructor Details

    • VMResourcesListResponse

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

    • value

      public List<VMResourcesInner> value()
      Get the value property: Response of a list vm host update operation.
      Returns:
      the value value.
    • withValue

      public VMResourcesListResponse withValue(List<VMResourcesInner> value)
      Set the value property: Response of a list vm host update operation.
      Parameters:
      value - the value value to set.
      Returns:
      the VMResourcesListResponse object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link to the next set of results, if any.
      Returns:
      the nextLink value.
    • withNextLink

      public VMResourcesListResponse withNextLink(String nextLink)
      Set the nextLink property: Link to the next set of results, if any.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the VMResourcesListResponse object itself.
    • validate

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