get Sql Managed Instance
suspend fun getSqlManagedInstance(argument: GetSqlManagedInstancePlainArgs): GetSqlManagedInstanceResult
Retrieves a SQL Managed Instance resource Azure REST API version: 2023-01-15-preview. Other available API versions: 2024-01-01.
Return
A SqlManagedInstance.
Parameters
argument
null
suspend fun getSqlManagedInstance(resourceGroupName: String, sqlManagedInstanceName: String): GetSqlManagedInstanceResult
Return
A SqlManagedInstance.
Parameters
resource Group Name
The name of the Azure resource group
sql Managed Instance Name
Name of SQL Managed Instance
See also
suspend fun getSqlManagedInstance(argument: suspend GetSqlManagedInstancePlainArgsBuilder.() -> Unit): GetSqlManagedInstanceResult
Return
A SqlManagedInstance.
Parameters
argument
Builder for com.pulumi.azurenative.azurearcdata.kotlin.inputs.GetSqlManagedInstancePlainArgs.