Skip to main content

namespaces_pns_credentials

Creates, updates, deletes, gets or lists a namespaces_pns_credentials resource.

Overview

Namenamespaces_pns_credentials
TypeResource
Idazure.notification_hubs.namespaces_pns_credentials

Fields

NameDatatypeDescription
locationstringDeprecated - only for compatibility.
propertiesobjectCollection of Notification Hub or Notification Hub Namespace PNS credentials.
tagsobjectDeprecated - only for compatibility.

Methods

NameAccessible byRequired ParamsDescription
getSELECTnamespaceName, resourceGroupName, subscriptionId

SELECT examples

SELECT
location,
properties,
tags
FROM azure.notification_hubs.namespaces_pns_credentials
WHERE namespaceName = '{{ namespaceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';