namespaces_pns_credentials
Creates, updates, deletes, gets or lists a namespaces_pns_credentials
resource.
Overview
Name | namespaces_pns_credentials |
Type | Resource |
Id | azure.notification_hubs.namespaces_pns_credentials |
Fields
Name | Datatype | Description |
---|---|---|
location | string | Deprecated - only for compatibility. |
properties | object | Collection of Notification Hub or Notification Hub Namespace PNS credentials. |
tags | object | Deprecated - only for compatibility. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | namespaceName, resourceGroupName, subscriptionId |
SELECT
examples
SELECT
location,
properties,
tags
FROM azure.notification_hubs.namespaces_pns_credentials
WHERE namespaceName = '{{ namespaceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';