AzureSqlElasticPoolAdapter.GetElasticPoolDatabase 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.
Gets a database in an elastic pool
public Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel GetElasticPoolDatabase (string resourceGroupName, string serverName, string poolName, string databaseName);
member this.GetElasticPoolDatabase : string * string * string * string -> Microsoft.Azure.Commands.Sql.Database.Model.AzureSqlDatabaseModel
Public Function GetElasticPoolDatabase (resourceGroupName As String, serverName As String, poolName As String, databaseName As String) As AzureSqlDatabaseModel
Parameters
- resourceGroupName
- String
The name of the resource group
- serverName
- String
The name of the Azure Sql Database Server
- poolName
- String
The name of the Azure Sql Database ElasticPool
- databaseName
- String
The name of the database