get Sql Server Instance
suspend fun getSqlServerInstance(argument: GetSqlServerInstancePlainArgs): GetSqlServerInstanceResult
Retrieves a SQL Server Instance resource Uses Azure REST API version 2024-01-01. Other available API versions: 2023-01-15-preview, 2024-05-01-preview, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native azurearcdata [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
A SqlServerInstance.
Parameters
argument
null
suspend fun getSqlServerInstance(resourceGroupName: String, sqlServerInstanceName: String): GetSqlServerInstanceResult
Return
A SqlServerInstance.
Parameters
resource Group Name
The name of the Azure resource group
sql Server Instance Name
Name of SQL Server Instance
See also
suspend fun getSqlServerInstance(argument: suspend GetSqlServerInstancePlainArgsBuilder.() -> Unit): GetSqlServerInstanceResult
Return
A SqlServerInstance.
Parameters
argument
Builder for com.pulumi.azurenative.azurearcdata.kotlin.inputs.GetSqlServerInstancePlainArgs.