SqlDatabaseListResult Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. models. SqlDatabaseListResult
- com.
Implements
public final class SqlDatabaseListResult
implements JsonSerializable<SqlDatabaseListResult>
The List operation response, that contains the SQL databases and their properties.
Constructor Summary
| Constructor | Description |
|---|---|
| SqlDatabaseListResult() |
Creates an instance of Sql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sql |
fromJson(JsonReader jsonReader)
Reads an instance of Sql |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Sql |
value()
Get the value property: List of SQL databases and their properties. |
Methods inherited from java.lang.Object
Constructor Details
SqlDatabaseListResult
public SqlDatabaseListResult()
Creates an instance of SqlDatabaseListResult class.
Method Details
fromJson
public static SqlDatabaseListResult fromJson(JsonReader jsonReader)
Reads an instance of SqlDatabaseListResult from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<SqlDatabaseGetResultsInner> value()
Get the value property: List of SQL databases and their properties.
Returns: