get Managed Database
Use this data source to access information about an existing Azure SQL Azure Managed Database.
Example Usage
variables:
example:
fn::invoke:
function: azure:mssql:getManagedDatabase
arguments:
name: example
resourceGroupName: ${exampleAzurermResourceGroup.name}
managedInstanceName: ${exampleAzurermMssqlManagedInstance.name}
Content copied to clipboard
API Providers
This data source uses the following Azure API Providers:
Microsoft.Sql
: 2023-08-01-preview
Return
A collection of values returned by getManagedDatabase.
Parameters
argument
A collection of arguments for invoking getManagedDatabase.
Return
A collection of values returned by getManagedDatabase.
Parameters
managed Instance Id
The SQL Managed Instance ID.
name
The name of this Azure SQL Azure Managed Database.
See also
suspend fun getManagedDatabase(argument: suspend GetManagedDatabasePlainArgsBuilder.() -> Unit): GetManagedDatabaseResult
Return
A collection of values returned by getManagedDatabase.
Parameters
argument
Builder for com.pulumi.azure.mssql.kotlin.inputs.GetManagedDatabasePlainArgs.