get Server Communication Link
suspend fun getServerCommunicationLink(argument: GetServerCommunicationLinkPlainArgs): GetServerCommunicationLinkResult
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
communication Link Name
The name of the server communication link.
resource Group Name
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
server Name
The name of the server.
See also
suspend fun getServerCommunicationLink(argument: suspend GetServerCommunicationLinkPlainArgsBuilder.() -> Unit): GetServerCommunicationLinkResult
Return
Server communication link.
Parameters
argument
Builder for com.pulumi.azurenative.sql.kotlin.inputs.GetServerCommunicationLinkPlainArgs.