NotificationHubNamespaceResource.GetPnsCredentials(CancellationToken) Method

Definition

Lists the PNS credentials associated with a namespace.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NotificationHubs/namespaces/{namespaceName}/pnsCredentials
  • Operation Id: Namespaces_GetPnsCredentials
  • Default Api Version: 2023-10-01-preview
  • Resource: NotificationHubNamespaceResource
public virtual Azure.Response<Azure.ResourceManager.NotificationHubs.Models.NotificationHubPnsCredentials> GetPnsCredentials (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPnsCredentials : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NotificationHubs.Models.NotificationHubPnsCredentials>
override this.GetPnsCredentials : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NotificationHubs.Models.NotificationHubPnsCredentials>
Public Overridable Function GetPnsCredentials (Optional cancellationToken As CancellationToken = Nothing) As Response(Of NotificationHubPnsCredentials)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to