get Notification Hub Pns Credentials
suspend fun getNotificationHubPnsCredentials(argument: GetNotificationHubPnsCredentialsPlainArgs): GetNotificationHubPnsCredentialsResult
Lists the PNS Credentials associated with a notification hub . API Version: 2017-04-01.
Return
Description of a NotificationHub PNS Credentials.
Parameters
argument
null
suspend fun getNotificationHubPnsCredentials(namespaceName: String, notificationHubName: String, resourceGroupName: String): GetNotificationHubPnsCredentialsResult
Return
Description of a NotificationHub PNS Credentials.
Parameters
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 getNotificationHubPnsCredentials(argument: suspend GetNotificationHubPnsCredentialsPlainArgsBuilder.() -> Unit): GetNotificationHubPnsCredentialsResult
Return
Description of a NotificationHub PNS Credentials.
Parameters
argument
Builder for com.pulumi.azurenative.notificationhubs.kotlin.inputs.GetNotificationHubPnsCredentialsPlainArgs.