IServerOperations::ListAsync Method (CancellationToken)
Returns all SQL Database Servers that are provisioned for a subscription.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Parameters
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<ServerListResponse^>^The response structure for the Server List operation. Contains a list of all the servers in a subscription.
Show: