getManagedDatabase

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}

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.


suspend fun getManagedDatabase(managedInstanceId: String, name: String): GetManagedDatabaseResult

Return

A collection of values returned by getManagedDatabase.

Parameters

managedInstanceId

The SQL Managed Instance ID.

name

The name of this Azure SQL Azure Managed Database.

See also


Return

A collection of values returned by getManagedDatabase.

Parameters

argument

Builder for com.pulumi.azure.mssql.kotlin.inputs.GetManagedDatabasePlainArgs.

See also