Class ResourceListResult
- java.lang.Object
-
- com.azure.resourcemanager.resources.models.ResourceListResult
-
public final class ResourceListResult extends Object
List of resource groups.
-
-
Constructor Summary
Constructors Constructor Description ResourceListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URL to use for getting the next set of results.voidvalidate()Validates the instance.List<GenericResourceExpandedInner>value()Get the value property: An array of resources.ResourceListResultwithValue(List<GenericResourceExpandedInner> value)Set the value property: An array of resources.
-
-
-
Method Detail
-
value
public List<GenericResourceExpandedInner> value()
Get the value property: An array of resources.- Returns:
- the value value.
-
withValue
public ResourceListResult withValue(List<GenericResourceExpandedInner> value)
Set the value property: An array of resources.- Parameters:
value- the value value to set.- Returns:
- the ResourceListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The URL to use for getting the next set of results.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-