UsageListResult Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. UsageListResult
- com.
Implements
public final class UsageListResult
implements JsonSerializable<UsageListResult>
A list of usages.
Constructor Summary
| Constructor | Description |
|---|---|
| UsageListResult() |
Creates an instance of Usage |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Usage |
fromJson(JsonReader jsonReader)
Reads an instance of Usage |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Usage |
value()
Get the value property: Array of results. |
Methods inherited from java.lang.Object
Constructor Details
UsageListResult
public UsageListResult()
Creates an instance of UsageListResult class.
Method Details
fromJson
public static UsageListResult fromJson(JsonReader jsonReader)
Reads an instance of UsageListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to retrieve next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<UsageInner> value()
Get the value property: Array of results.
Returns: