Class CloudServiceListResult
java.lang.Object
com.azure.resourcemanager.compute.models.CloudServiceListResult
The list operation result.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URI to fetch the next page of resources.voidvalidate()Validates the instance.value()Get the value property: The list of resources.withNextLink(String nextLink) Set the nextLink property: The URI to fetch the next page of resources.withValue(List<CloudServiceInner> value) Set the value property: The list of resources.
-
Constructor Details
-
CloudServiceListResult
public CloudServiceListResult()
-
-
Method Details
-
value
Get the value property: The list of resources.- Returns:
- the value value.
-
withValue
Set the value property: The list of resources.- Parameters:
value- the value value to set.- Returns:
- the CloudServiceListResult object itself.
-
nextLink
Get the nextLink property: The URI to fetch the next page of resources. Use this to get the next page of resources. Do this till nextLink is null to fetch all the resources.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The URI to fetch the next page of resources. Use this to get the next page of resources. Do this till nextLink is null to fetch all the resources.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the CloudServiceListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-