ElasticPoolOperationsExtensions.GetDatabasesAsync Method

Definition

Returns information about an Azure SQL Database inside of an Azure Sql Database Elastic Pool.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseGetResponse> GetDatabasesAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IElasticPoolOperations operations, string resourceGroupName, string serverName, string elasticPoolName, string databaseName);
static member GetDatabasesAsync : Microsoft.Azure.Management.Sql.LegacySdk.IElasticPoolOperations * string * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseGetResponse>
<Extension()>
Public Function GetDatabasesAsync (operations As IElasticPoolOperations, resourceGroupName As String, serverName As String, elasticPoolName As String, databaseName As String) As Task(Of DatabaseGetResponse)

Parameters

operations
IElasticPoolOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IElasticPoolOperations.

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.

elasticPoolName
String

Required. The name of the Azure SQL Database Elastic Pool to be retrieved.

databaseName
String

Required. The name of the Azure SQL Database to be retrieved.

Returns

Represents the response to a Get Azure Sql Database request.

Applies to