list App Service Plan Hybrid Connection Keys
suspend fun listAppServicePlanHybridConnectionKeys(argument: ListAppServicePlanHybridConnectionKeysPlainArgs): ListAppServicePlanHybridConnectionKeysResult
Get the send key name and value of a Hybrid Connection. API Version: 2020-12-01.
Return
Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.
Parameters
argument
null
suspend fun listAppServicePlanHybridConnectionKeys(name: String, namespaceName: String, relayName: String, resourceGroupName: String): ListAppServicePlanHybridConnectionKeysResult
Return
Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.
Parameters
name
Name of the App Service plan.
namespace Name
The name of the Service Bus namespace.
relay Name
The name of the Service Bus relay.
resource Group Name
Name of the resource group to which the resource belongs.
See also
suspend fun listAppServicePlanHybridConnectionKeys(argument: suspend ListAppServicePlanHybridConnectionKeysPlainArgsBuilder.() -> Unit): ListAppServicePlanHybridConnectionKeysResult
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.ListAppServicePlanHybridConnectionKeysPlainArgs.