DatabaseOperationsExtensions.List(IDatabaseOperations, String) Method

Definition

Returns a collection of Azure SQL Databases.

public static Microsoft.WindowsAzure.Management.Sql.Models.DatabaseListResponse List (this Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations operations, string serverName);
static member List : Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations * string -> Microsoft.WindowsAzure.Management.Sql.Models.DatabaseListResponse
<Extension()>
Public Function List (operations As IDatabaseOperations, serverName As String) As DatabaseListResponse

Parameters

operations
IDatabaseOperations

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

serverName
String

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

Returns

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

Applies to