SqlPoolUsageListResult Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. SqlPoolUsageListResult
- com.
Implements
public final class SqlPoolUsageListResult
implements JsonSerializable<SqlPoolUsageListResult>
The response to a list Sql pool usages request.
Constructor Summary
| Constructor | Description |
|---|---|
| SqlPoolUsageListResult() |
Creates an instance of Sql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sql |
fromJson(JsonReader jsonReader)
Reads an instance of Sql |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Sql |
value()
Get the value property: The list of usages for the Sql pool. |
|
Sql |
withValue(List<SqlPoolUsageInner> value)
Set the value property: The list of usages for the Sql pool. |
Methods inherited from java.lang.Object
Constructor Details
SqlPoolUsageListResult
public SqlPoolUsageListResult()
Creates an instance of SqlPoolUsageListResult class.
Method Details
fromJson
public static SqlPoolUsageListResult fromJson(JsonReader jsonReader)
Reads an instance of SqlPoolUsageListResult 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<SqlPoolUsageInner> value()
Get the value property: The list of usages for the Sql pool.
Returns:
withValue
public SqlPoolUsageListResult withValue(List<SqlPoolUsageInner> value)
Set the value property: The list of usages for the Sql pool.
Parameters:
Returns: