getSqlServerInstance

Retrieves a SQL Server Instance resource Uses Azure REST API version 2023-01-15-preview. Other available API versions: 2024-01-01, 2024-05-01-preview, 2025-03-01-preview.

Return

A SqlServerInstance.

Parameters

argument

null


suspend fun getSqlServerInstance(resourceGroupName: String, sqlServerInstanceName: String): GetSqlServerInstanceResult

Return

A SqlServerInstance.

Parameters

resourceGroupName

The name of the Azure resource group

sqlServerInstanceName

Name of SQL Server Instance

See also


Return

A SqlServerInstance.

Parameters

argument

Builder for com.pulumi.azurenative.azurearcdata.kotlin.inputs.GetSqlServerInstancePlainArgs.

See also