SqlPoolsClient.List(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List Sql Pools.
public virtual Azure.Response<Azure.Analytics.Synapse.Artifacts.Models.SqlPoolInfoListResult> List (System.Threading.CancellationToken cancellationToken = default);
abstract member List : System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.Synapse.Artifacts.Models.SqlPoolInfoListResult>
override this.List : System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.Synapse.Artifacts.Models.SqlPoolInfoListResult>
Public Overridable Function List (Optional cancellationToken As CancellationToken = Nothing) As Response(Of SqlPoolInfoListResult)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.