namespaces_keys
Creates, updates, deletes, gets or lists a namespaces_keys
resource.
Overview
Name | namespaces_keys |
Type | Resource |
Id | azure.notification_hubs.namespaces_keys |
Fields
Name | Datatype | Description |
---|---|---|
keyName | string | Gets or sets keyName of the created AuthorizationRule |
primaryConnectionString | string | Gets or sets primaryConnectionString of the AuthorizationRule. |
primaryKey | string | Gets or sets primaryKey of the created AuthorizationRule. |
secondaryConnectionString | string | Gets or sets secondaryConnectionString of the created |
AuthorizationRule | ||
secondaryKey | string | Gets or sets secondaryKey of the created AuthorizationRule |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | authorizationRuleName, 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 }}';