list Disaster Recovery Config Keys
suspend fun listDisasterRecoveryConfigKeys(argument: ListDisasterRecoveryConfigKeysPlainArgs): ListDisasterRecoveryConfigKeysResult
Gets the primary and secondary connection strings for the Namespace. Azure REST API version: 2022-10-01-preview. Other available API versions: 2023-01-01-preview.
Return
Namespace/EventHub Connection String
Parameters
argument
null
suspend fun listDisasterRecoveryConfigKeys(alias: String, authorizationRuleName: String, namespaceName: String, resourceGroupName: String): ListDisasterRecoveryConfigKeysResult
Return
Namespace/EventHub Connection String
See also
Parameters
alias
The Disaster Recovery configuration name
authorization Rule Name
The authorization rule name.
namespace Name
The Namespace name
resource Group Name
Name of the resource group within the azure subscription.
suspend fun listDisasterRecoveryConfigKeys(argument: suspend ListDisasterRecoveryConfigKeysPlainArgsBuilder.() -> Unit): ListDisasterRecoveryConfigKeysResult
Return
Namespace/EventHub Connection String
See also
Parameters
argument
Builder for com.pulumi.azurenative.eventhub.kotlin.inputs.ListDisasterRecoveryConfigKeysPlainArgs.