ServerOperationsExtensions.List(IServerOperations) Method

Definition

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

public static Microsoft.WindowsAzure.Management.Sql.Models.ServerListResponse List (this Microsoft.WindowsAzure.Management.Sql.IServerOperations operations);
static member List : Microsoft.WindowsAzure.Management.Sql.IServerOperations -> Microsoft.WindowsAzure.Management.Sql.Models.ServerListResponse
<Extension()>
Public Function List (operations As IServerOperations) As 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