SqlPoolInfoListResult Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.SqlPoolInfoListResult

public final class SqlPoolInfoListResult

SQL pool collection

List of SQL pools.

Constructor Summary

Constructor Description
SqlPoolInfoListResult()

Creates an instance of SqlPoolInfoListResult class.

Method Summary

Modifier and Type Method and Description
String getNextLink()

Get the nextLink property: Link to the next page of results.

List<SqlPool> getValue()

Get the value property: List of SQL pools.

SqlPoolInfoListResult setNextLink(String nextLink)

Set the nextLink property: Link to the next page of results.

SqlPoolInfoListResult setValue(List<SqlPool> 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

getNextLink

public String getNextLink()

Get the nextLink property: Link to the next page of results.

Returns:

the nextLink value.

getValue

public List getValue()

Get the value property: List of SQL pools.

Returns:

the value value.

setNextLink

public SqlPoolInfoListResult setNextLink(String nextLink)

Set the nextLink property: Link to the next page of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the SqlPoolInfoListResult object itself.

setValue

public SqlPoolInfoListResult setValue(List value)

Set the value property: List of SQL pools.

Parameters:

value - the value value to set.

Returns:

the SqlPoolInfoListResult object itself.

Applies to