Share via


ServerOperationsExtensions.List Method (IServerOperations)

 

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

public static ServerListResponse List(
    this IServerOperations operations
)
public:
[ExtensionAttribute]
static ServerListResponse^ List(
    IServerOperations^ operations
)
static member List : 
        operations:IServerOperations -> ServerListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IServerOperations
) As ServerListResponse

Parameters

Return Value

Type: Microsoft.WindowsAzure.Management.Sql.Models.ServerListResponse

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

See Also

ServerOperationsExtensions Class
Microsoft.WindowsAzure.Management.Sql Namespace

Return to top