Class ListUsagesResult
java.lang.Object
com.azure.resourcemanager.compute.models.ListUsagesResult
The List Usages operation response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URI to fetch the next page of compute resource usage information.voidvalidate()Validates the instance.value()Get the value property: The list of compute resource usages.withNextLink(String nextLink) Set the nextLink property: The URI to fetch the next page of compute resource usage information.withValue(List<UsageInner> value) Set the value property: The list of compute resource usages.
-
Constructor Details
-
ListUsagesResult
public ListUsagesResult()
-
-
Method Details
-
value
Get the value property: The list of compute resource usages.- Returns:
- the value value.
-
withValue
Set the value property: The list of compute resource usages.- Parameters:
value- the value value to set.- Returns:
- the ListUsagesResult object itself.
-
nextLink
Get the nextLink property: The URI to fetch the next page of compute resource usage information. Call ListNext() with this to fetch the next page of compute resource usage information.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: The URI to fetch the next page of compute resource usage information. Call ListNext() with this to fetch the next page of compute resource usage information.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the ListUsagesResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-