Class WordpressInstanceResourceList
java.lang.Object
com.azure.resourcemanager.workloads.models.WordpressInstanceResourceList
WordPress instance 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.Set the value property: List of resources in current page.
-
Constructor Details
-
WordpressInstanceResourceList
public WordpressInstanceResourceList()
-
-
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 WordpressInstanceResourceList 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 WordpressInstanceResourceList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-