你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureSqlElasticPoolCommunicator.ListDatabases(String, String, String) Method

Definition

List Azure Sql databases in the Elastic Pool

public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.Database> ListDatabases (string resourceGroupName, string serverName, string elasticPoolName);
member this.ListDatabases : string * string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.Database>
Public Function ListDatabases (resourceGroupName As String, serverName As String, elasticPoolName As String) As IList(Of Database)

Parameters

resourceGroupName
String
serverName
String
elasticPoolName
String

Returns

Applies to