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