public final class ListUsagesResult extends Object
Constructor and Description |
---|
ListUsagesResult() |
Modifier and Type | Method and Description |
---|---|
String |
nextLink()
Get the nextLink property: The URI to fetch the next page of compute resource usage information.
|
void |
validate()
Validates the instance.
|
List<UsageInner> |
value()
Get the value property: The list of compute resource usages.
|
ListUsagesResult |
withNextLink(String nextLink)
Set the nextLink property: The URI to fetch the next page of compute resource usage information.
|
ListUsagesResult |
withValue(List<UsageInner> value)
Set the value property: The list of compute resource usages.
|
public List<UsageInner> value()
public ListUsagesResult withValue(List<UsageInner> value)
value
- the value value to set.public String nextLink()
public ListUsagesResult withNextLink(String nextLink)
nextLink
- the nextLink value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.