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