DatabaseOperationsExtensions::List Method (IDatabaseOperations^, String^)
Returns a collection of Azure SQL Databases.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
public: [ExtensionAttribute] static DatabaseListResponse^ List( IDatabaseOperations^ operations, String^ serverName )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Sql::IDatabaseOperations^
Reference to the Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.
- 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.
Show: