list Notification Hub Keys
suspend fun listNotificationHubKeys(argument: ListNotificationHubKeysPlainArgs): ListNotificationHubKeysResult
Gets the Primary and Secondary ConnectionStrings to the NotificationHub API Version: 2017-04-01.
Return
Namespace/NotificationHub Connection String
Parameters
argument
null
suspend fun listNotificationHubKeys(authorizationRuleName: String, namespaceName: String, notificationHubName: String, resourceGroupName: String): ListNotificationHubKeysResult
Return
Namespace/NotificationHub Connection String
Parameters
authorization Rule Name
The connection string of the NotificationHub for the specified authorizationRule.
namespace Name
The namespace name.
notification Hub Name
The notification hub name.
resource Group Name
The name of the resource group.
See also
suspend fun listNotificationHubKeys(argument: suspend ListNotificationHubKeysPlainArgsBuilder.() -> Unit): ListNotificationHubKeysResult
Return
Namespace/NotificationHub Connection String
Parameters
argument
Builder for com.pulumi.azurenative.notificationhubs.kotlin.inputs.ListNotificationHubKeysPlainArgs.