getNamespacePnsCredentials

Description of a NotificationHub PNS Credentials. This is a response of the POST requests that return namespace or hubs PNS credentials. Uses Azure REST API version 2023-10-01-preview. Other available API versions: 2023-01-01-preview, 2023-09-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native notificationhubs [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Description of a NotificationHub PNS Credentials. This is a response of the POST requests that return namespace or hubs PNS credentials.

Parameters

argument

null


suspend fun getNamespacePnsCredentials(namespaceName: String, resourceGroupName: String): GetNamespacePnsCredentialsResult

Return

Description of a NotificationHub PNS Credentials. This is a response of the POST requests that return namespace or hubs PNS credentials.

Parameters

namespaceName

Namespace name

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

Description of a NotificationHub PNS Credentials. This is a response of the POST requests that return namespace or hubs PNS credentials.

Parameters

argument

Builder for com.pulumi.azurenative.notificationhubs.kotlin.inputs.GetNamespacePnsCredentialsPlainArgs.

See also