ServerOperationsExtensions.ListAsync(IServerOperations) Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.ServerListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Sql.IServerOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.Sql.IServerOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.ServerListResponse>
<Extension()>
Public Function ListAsync (operations As IServerOperations) As Task(Of ServerListResponse)

Parameters

operations
IServerOperations

Reference to the Microsoft.WindowsAzure.Management.Sql.IServerOperations.

Returns

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

Applies to