Mssql Functions
object 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
Link copied to clipboard
Use this data source to access information about an existing SQL elastic pool.
suspend fun getElasticPool(argument: suspend GetElasticPoolPlainArgsBuilder.() -> Unit): GetElasticPoolResult
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(argument: suspend GetManagedDatabasePlainArgsBuilder.() -> Unit): GetManagedDatabaseResult
Link copied to clipboard
Use this data source to access information about an existing Microsoft SQL Azure Managed Instance.
suspend fun getManagedInstance(argument: suspend GetManagedInstancePlainArgsBuilder.() -> Unit): GetManagedInstanceResult
Link copied to clipboard
Use this data source to access information about an existing Microsoft SQL Server.