getServerCommunicationLink

Returns a server communication link. Uses Azure REST API version 2014-04-01.

Return

Server communication link.

Parameters

argument

null


suspend fun getServerCommunicationLink(communicationLinkName: String, resourceGroupName: String, serverName: String): GetServerCommunicationLinkResult

Return

Server communication link.

Parameters

communicationLinkName

The name of the server communication link.

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


Return

Server communication link.

Parameters

argument

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

See also