IServerOperations.ListAsync(CancellationToken) Method

Definition

Returns all SQL Database Servers that are provisioned for a subscription.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.ServerListResponse> ListAsync (System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.ServerListResponse>
Public Function ListAsync (cancellationToken As CancellationToken) As Task(Of ServerListResponse)

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The response structure for the Server List operation. Contains a list of all the servers in a subscription.

Applies to