Skip to main content

accounts

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

Overview

Nameaccounts
TypeResource
Idazure_isv.newrelic.accounts

Fields

NameDatatypeDescription
propertiesobjectList of all the New relic accounts for the given user

Methods

NameAccessible byRequired ParamsDescription
listSELECTlocation, subscriptionId, userEmailList 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 }}';