Share via


IServerOperations.ListAsync Method (CancellationToken)

 

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

Namespace:   Microsoft.WindowsAzure.Management.Sql
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

Task<ServerListResponse> ListAsync(
    CancellationToken cancellationToken
)
Task<ServerListResponse^>^ ListAsync(
    CancellationToken cancellationToken
)
abstract ListAsync : 
        cancellationToken:CancellationToken -> Task<ServerListResponse>
Function ListAsync (
    cancellationToken As CancellationToken
) As Task(Of ServerListResponse)

Parameters

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.

See Also

IServerOperations Interface
Microsoft.WindowsAzure.Management.Sql Namespace

Return to top