SqlPoolInfoListResult Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. SqlPoolInfoListResult
- com.
Implements
public final class SqlPoolInfoListResult
implements JsonSerializable<SqlPoolInfoListResult>
SQL pool collection List of SQL pools.
Constructor Summary
| Constructor | Description |
|---|---|
| SqlPoolInfoListResult() |
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: List of SQL pools. |
|
Sql |
withNextLink(String nextLink)
Set the next |
|
Sql |
withValue(List<SqlPoolInner> value)
Set the value property: List of SQL pools. |
Methods inherited from java.lang.Object
Constructor Details
SqlPoolInfoListResult
public SqlPoolInfoListResult()
Creates an instance of SqlPoolInfoListResult class.
Method Details
fromJson
public static SqlPoolInfoListResult fromJson(JsonReader jsonReader)
Reads an instance of SqlPoolInfoListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to the next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<SqlPoolInner> value()
Get the value property: List of SQL pools.
Returns:
withNextLink
public SqlPoolInfoListResult withNextLink(String nextLink)
Set the nextLink property: Link to the next page of results.
Parameters:
Returns:
withValue
public SqlPoolInfoListResult withValue(List<SqlPoolInner> value)
Set the value property: List of SQL pools.
Parameters:
Returns: