accounts
Creates, updates, deletes, gets or lists a accounts
resource.
Overview
Name | accounts |
Type | Resource |
Id | azure_isv.newrelic.accounts |
Fields
Name | Datatype | Description |
---|---|---|
properties | object | List of all the New relic accounts for the given user |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | location, subscriptionId, userEmail | List all the existing accounts |
SELECT
examples
List all the existing accounts
SELECT
properties
FROM azure_isv.newrelic.accounts
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}'
AND userEmail = '{{ userEmail }}';