Class ListUsagesResult
java.lang.Object
com.azure.resourcemanager.labservices.models.ListUsagesResult
List of Core Usages.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()
Get the nextLink property: The link to get the next page of Usage result.void
validate()
Validates the instance.value()
Get the value property: The array page of Usages.withValue
(List<UsageInner> value) Set the value property: The array page of Usages.
-
Constructor Details
-
ListUsagesResult
public ListUsagesResult()
-
-
Method Details
-
value
Get the value property: The array page of Usages.- Returns:
- the value value.
-
withValue
Set the value property: The array page of Usages.- Parameters:
value
- the value value to set.- Returns:
- the ListUsagesResult object itself.
-
nextLink
Get the nextLink property: The link to get the next page of Usage result.- Returns:
- the nextLink value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-