list Topic Keys
Gets the primary and secondary connection strings for the topic. Uses Azure REST API version 2022-01-01-preview. Other available API versions: 2022-10-01-preview, 2023-01-01-preview, 2024-01-01.
Return
Namespace/ServiceBus Connection String
Parameters
argument
null
suspend fun listTopicKeys(authorizationRuleName: String, namespaceName: String, resourceGroupName: String, topicName: String): ListTopicKeysResult
Return
Namespace/ServiceBus Connection String
Parameters
authorization Rule Name
The authorization rule name.
namespace Name
The namespace name
resource Group Name
Name of the Resource group within the Azure subscription.
topic Name
The topic name.
See also
suspend fun listTopicKeys(argument: suspend ListTopicKeysPlainArgsBuilder.() -> Unit): ListTopicKeysResult
Return
Namespace/ServiceBus Connection String
Parameters
argument
Builder for com.pulumi.azurenative.servicebus.kotlin.inputs.ListTopicKeysPlainArgs.