getServer

Gets a server. API Version: 2020-11-01-preview.

Return

An Azure SQL Database server.

Parameters

argument

null


suspend fun getServer(expand: String? = null, resourceGroupName: String, serverName: String): GetServerResult

Return

An Azure SQL Database server.

Parameters

expand

The child resources to include in the response.

resourceGroupName

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

serverName

The name of the server.

See also


suspend fun getServer(argument: suspend GetServerPlainArgsBuilder.() -> Unit): GetServerResult

Return

An Azure SQL Database server.

Parameters

argument

Builder for com.pulumi.azurenative.sql.kotlin.inputs.GetServerPlainArgs.

See also