Class PhpWorkloadResourceList

java.lang.Object
com.azure.resourcemanager.workloads.models.PhpWorkloadResourceList

public final class PhpWorkloadResourceList extends Object
Php workload resource list.
  • Constructor Details

    • PhpWorkloadResourceList

      public PhpWorkloadResourceList()
  • Method Details

    • value

      public List<PhpWorkloadResourceInner> value()
      Get the value property: List of resources in current page.
      Returns:
      the value value.
    • withValue

      Set the value property: List of resources in current page.
      Parameters:
      value - the value value to set.
      Returns:
      the PhpWorkloadResourceList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link to next page of resources.
      Returns:
      the nextLink value.
    • withNextLink

      public PhpWorkloadResourceList withNextLink(String nextLink)
      Set the nextLink property: Link to next page of resources.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the PhpWorkloadResourceList object itself.
    • validate

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