RecommendedElasticPoolOperationsExtensions.ListDatabases Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns information about an Azure SQL Database inside of an Azure Sql Recommended Elastic Pool.
public static Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseListResponse ListDatabases (this Microsoft.Azure.Management.Sql.LegacySdk.IRecommendedElasticPoolOperations operations, string resourceGroupName, string serverName, string recommendedElasticPoolName);
static member ListDatabases : Microsoft.Azure.Management.Sql.LegacySdk.IRecommendedElasticPoolOperations * string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseListResponse
<Extension()>
Public Function ListDatabases (operations As IRecommendedElasticPoolOperations, resourceGroupName As String, serverName As String, recommendedElasticPoolName As String) As DatabaseListResponse
Parameters
- operations
- IRecommendedElasticPoolOperations
Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IRecommendedElasticPoolOperations.
- resourceGroupName
- String
Required. The name of the Resource Group to which the server belongs.
- serverName
- String
Required. The name of the Azure SQL Database Server on which the database is hosted.
- recommendedElasticPoolName
- String
Required. The name of the Azure SQL Recommended Elastic Pool to be retrieved.
Returns
Represents the response to a List Azure Sql Database request.