public final class ServerUsageListResult extends Object
| Constructor and Description |
|---|
ServerUsageListResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
List<ServerUsageInner> |
value()
Get the value property: The list of server metrics for the server.
|
ServerUsageListResult |
withValue(List<ServerUsageInner> value)
Set the value property: The list of server metrics for the server.
|
public List<ServerUsageInner> value()
public ServerUsageListResult withValue(List<ServerUsageInner> value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.