list App Service Plan Hybrid Connection Keys
suspend fun listAppServicePlanHybridConnectionKeys(argument: ListAppServicePlanHybridConnectionKeysPlainArgs): ListAppServicePlanHybridConnectionKeysResult
Description for Get the send key name and value of a Hybrid Connection. Uses Azure REST API version 2022-09-01. Other available API versions: 2016-09-01, 2020-10-01, 2023-01-01, 2023-12-01, 2024-04-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.