Skip to main content

namespaces_keys

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

Overview

Namenamespaces_keys
TypeResource
Idazure.notification_hubs.namespaces_keys

Fields

NameDatatypeDescription
keyNamestringGets or sets keyName of the created AuthorizationRule
primaryConnectionStringstringGets or sets primaryConnectionString of the AuthorizationRule.
primaryKeystringGets or sets primaryKey of the created AuthorizationRule.
secondaryConnectionStringstringGets or sets secondaryConnectionString of the created
AuthorizationRule
secondaryKeystringGets or sets secondaryKey of the created AuthorizationRule

Methods

NameAccessible byRequired ParamsDescription
listSELECTauthorizationRuleName, namespaceName, resourceGroupName, subscriptionId

SELECT examples

SELECT
keyName,
primaryConnectionString,
primaryKey,
secondaryConnectionString,
secondaryKey
FROM azure.notification_hubs.namespaces_keys
WHERE authorizationRuleName = '{{ authorizationRuleName }}'
AND namespaceName = '{{ namespaceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';