list Web App Hybrid Connection Keys
suspend fun listWebAppHybridConnectionKeys(argument: ListWebAppHybridConnectionKeysPlainArgs): ListWebAppHybridConnectionKeysResult
Gets the send key name and value for a Hybrid Connection. Azure REST 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 listWebAppHybridConnectionKeys(name: String, namespaceName: String, relayName: String, resourceGroupName: String): ListWebAppHybridConnectionKeysResult
Return
Hybrid Connection key contract. This has the send key name and value for 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.
suspend fun listWebAppHybridConnectionKeys(argument: suspend ListWebAppHybridConnectionKeysPlainArgsBuilder.() -> Unit): ListWebAppHybridConnectionKeysResult
Return
Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.
See also
Parameters
argument
Builder for com.pulumi.azurenative.web.kotlin.inputs.ListWebAppHybridConnectionKeysPlainArgs.