list Notification Hub Keys
suspend fun listNotificationHubKeys(argument: ListNotificationHubKeysPlainArgs): ListNotificationHubKeysResult
Response for the POST request that returns Namespace or NotificationHub access keys (connection strings). Azure REST API version: 2023-01-01-preview.
Return
Response for the POST request that returns Namespace or NotificationHub access keys (connection strings).
Parameters
argument
null
suspend fun listNotificationHubKeys(authorizationRuleName: String, namespaceName: String, notificationHubName: String, resourceGroupName: String): ListNotificationHubKeysResult
Return
Response for the POST request that returns Namespace or NotificationHub access keys (connection strings).
See also
Parameters
authorization Rule Name
Authorization Rule Name
namespace Name
Namespace name
notification Hub Name
Notification Hub name
resource Group Name
The name of the resource group. The name is case insensitive.
suspend fun listNotificationHubKeys(argument: suspend ListNotificationHubKeysPlainArgsBuilder.() -> Unit): ListNotificationHubKeysResult
Return
Response for the POST request that returns Namespace or NotificationHub access keys (connection strings).
See also
Parameters
argument
Builder for com.pulumi.azurenative.notificationhubs.kotlin.inputs.ListNotificationHubKeysPlainArgs.