Class PhpWorkloadResourceList
java.lang.Object
com.azure.resourcemanager.workloads.models.PhpWorkloadResourceList
Php workload resource list.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()
Get the nextLink property: Link to next page of resources.void
validate()
Validates the instance.value()
Get the value property: List of resources in current page.withNextLink
(String nextLink) Set the nextLink property: Link to next page of resources.withValue
(List<PhpWorkloadResourceInner> value) Set the value property: List of resources in current page.
-
Constructor Details
-
PhpWorkloadResourceList
public PhpWorkloadResourceList()
-
-
Method Details
-
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
Get the nextLink property: Link to next page of resources.- Returns:
- the nextLink value.
-
withNextLink
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.
-