getWebAppHybridConnection

Retrieves a specific Service Bus Hybrid Connection used by this Web App. API Version: 2020-12-01.

Return

Hybrid Connection contract. This is used to configure a Hybrid Connection.

Parameters

argument

null


suspend fun getWebAppHybridConnection(name: String, namespaceName: String, relayName: String, resourceGroupName: String): GetWebAppHybridConnectionResult

Return

Hybrid Connection contract. This is used to configure a Hybrid Connection.

Parameters

name

The name of the web app.

namespaceName

The namespace for this hybrid connection.

relayName

The relay name for this hybrid connection.

resourceGroupName

Name of the resource group to which the resource belongs.

See also


Return

Hybrid Connection contract. This is used to configure a Hybrid Connection.

Parameters

argument

Builder for com.pulumi.azurenative.web.kotlin.inputs.GetWebAppHybridConnectionPlainArgs.

See also