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