getSqlServer

Gets a SQL Server. Uses Azure REST API version 2019-07-24-preview.

Return

A SQL server.

Parameters

argument

null


suspend fun getSqlServer(expand: String? = null, resourceGroupName: String, sqlServerName: String, sqlServerRegistrationName: String): GetSqlServerResult

Return

A SQL server.

Parameters

expand

The child resources to include in the response.

resourceGroupName

Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

sqlServerName

Name of the SQL Server.

sqlServerRegistrationName

Name of the SQL Server registration.

See also


Return

A SQL server.

Parameters

argument

Builder for com.pulumi.azurenative.azuredata.kotlin.inputs.GetSqlServerPlainArgs.

See also