RestorableDroppedSqlPoolListResult Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. RestorableDroppedSqlPoolListResult
- com.
Implements
public final class RestorableDroppedSqlPoolListResult
implements JsonSerializable<RestorableDroppedSqlPoolListResult>
The response to a list restorable dropped Sql pools request.
Constructor Summary
| Constructor | Description |
|---|---|
| RestorableDroppedSqlPoolListResult() |
Creates an instance of Restorable |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Restorable |
fromJson(JsonReader jsonReader)
Reads an instance of Restorable |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Restorable |
value()
Get the value property: A list of restorable dropped Sql pools. |
|
Restorable |
withValue(List<RestorableDroppedSqlPoolInner> value)
Set the value property: A list of restorable dropped Sql pools. |
Methods inherited from java.lang.Object
Constructor Details
RestorableDroppedSqlPoolListResult
public RestorableDroppedSqlPoolListResult()
Creates an instance of RestorableDroppedSqlPoolListResult class.
Method Details
fromJson
public static RestorableDroppedSqlPoolListResult fromJson(JsonReader jsonReader)
Reads an instance of RestorableDroppedSqlPoolListResult from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<RestorableDroppedSqlPoolInner> value()
Get the value property: A list of restorable dropped Sql pools.
Returns:
withValue
public RestorableDroppedSqlPoolListResult withValue(List<RestorableDroppedSqlPoolInner> value)
Set the value property: A list of restorable dropped Sql pools.
Parameters:
Returns: