DatabaseOperationsExtensions.List Method (IDatabaseOperations, String)

 

Returns a collection of Azure SQL Databases.

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

Syntax

public static DatabaseListResponse List(
    this IDatabaseOperations operations,
    string serverName
)
public:
[ExtensionAttribute]
static DatabaseListResponse^ List(
    IDatabaseOperations^ operations,
    String^ serverName
)
static member List : 
        operations:IDatabaseOperations *
        serverName:string -> DatabaseListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IDatabaseOperations,
    serverName As String
) As DatabaseListResponse

Parameters

  • serverName
    Type: System.String

    Required. The name of the Azure SQL Database Server from which to retrieve the database.

Return Value

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

Contains a collection of databases for a given Azure SQL Database Server.

See Also

DatabaseOperationsExtensions Class
Microsoft.WindowsAzure.Management.Sql Namespace

Return to top