SqlFunctions

Functions

Link copied to clipboard

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

suspend fun getDatabase(argument: suspend GetDatabasePlainArgsBuilder.() -> Unit): GetDatabaseResult
suspend fun getDatabase(name: String, resourceGroupName: String, serverName: String, tags: Map<String, String>? = null): GetDatabaseResult
Link copied to clipboard

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

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

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

suspend fun getSqlManagedInstance(name: String, resourceGroupName: String, tags: Map<String, String>? = null): GetSqlManagedInstanceResult