get Web App Hybrid Connection Slot
suspend fun getWebAppHybridConnectionSlot(argument: GetWebAppHybridConnectionSlotPlainArgs): GetWebAppHybridConnectionSlotResult
Hybrid Connection contract. This is used to configure a Hybrid Connection. API Version: 2020-12-01.
Return
Hybrid Connection contract. This is used to configure a Hybrid Connection.
Parameters
argument
null
suspend fun getWebAppHybridConnectionSlot(name: String, namespaceName: String, relayName: String, resourceGroupName: String, slot: String): GetWebAppHybridConnectionSlotResult
Return
Hybrid Connection contract. This is used to configure a Hybrid Connection.
See also
Parameters
name
The name of the web app.
namespace Name
The namespace for this hybrid connection.
relay Name
The relay name for this hybrid connection.
resource Group Name
Name of the resource group to which the resource belongs.
slot
The name of the slot for the web app.
suspend fun getWebAppHybridConnectionSlot(argument: suspend GetWebAppHybridConnectionSlotPlainArgsBuilder.() -> Unit): GetWebAppHybridConnectionSlotResult
Return
Hybrid Connection contract. This is used to configure a Hybrid Connection.
See also
Parameters
argument
Builder for com.pulumi.azurenative.web.kotlin.inputs.GetWebAppHybridConnectionSlotPlainArgs.