MssqlFunctions

Functions

Link copied to clipboard

Use this data source to access information about an existing SQL database.

suspend fun getDatabase(argument: suspend GetDatabasePlainArgsBuilder.() -> Unit): GetDatabaseResult
suspend fun getDatabase(name: String, serverId: String): GetDatabaseResult
Link copied to clipboard

Use this data source to access information about an existing SQL elastic pool.

suspend fun getElasticPool(name: String, resourceGroupName: String, serverName: String): GetElasticPoolResult
Link copied to clipboard

Use this data source to access information about an existing Azure SQL Azure Managed Database.

suspend fun getManagedDatabase(managedInstanceId: String, name: String): GetManagedDatabaseResult
Link copied to clipboard

Use this data source to access information about an existing Microsoft SQL Azure Managed Instance.

suspend fun getManagedInstance(name: String, resourceGroupName: String): GetManagedInstanceResult
Link copied to clipboard

Use this data source to access information about an existing Microsoft SQL Server.

suspend fun getServer(argument: suspend GetServerPlainArgsBuilder.() -> Unit): GetServerResult
suspend fun getServer(name: String, resourceGroupName: String): GetServerResult