list Web App Hybrid Connection Keys Slot
suspend fun listWebAppHybridConnectionKeysSlot(argument: ListWebAppHybridConnectionKeysSlotPlainArgs): ListWebAppHybridConnectionKeysSlotResult
Gets the send key name and value for a Hybrid Connection. API Version: 2018-11-01.
Return
Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.
Parameters
argument
null
suspend fun listWebAppHybridConnectionKeysSlot(name: String, namespaceName: String, relayName: String, resourceGroupName: String, slot: String): ListWebAppHybridConnectionKeysSlotResult
Return
Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.
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.
See also
suspend fun listWebAppHybridConnectionKeysSlot(argument: suspend ListWebAppHybridConnectionKeysSlotPlainArgsBuilder.() -> Unit): ListWebAppHybridConnectionKeysSlotResult
Return
Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.
Parameters
argument
Builder for com.pulumi.azurenative.web.kotlin.inputs.ListWebAppHybridConnectionKeysSlotPlainArgs.