billing_info
Creates, updates, deletes, gets or lists a billing_info
resource.
Overview
Name | billing_info |
Type | Resource |
Id | azure_isv.newrelic.billing_info |
Fields
Name | Datatype | Description |
---|---|---|
marketplaceSaasInfo | object | Marketplace SAAS Info of the resource. |
partnerBillingEntity | object | Partner Billing details associated with the resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | monitorName, resourceGroupName, subscriptionId |
SELECT
examples
SELECT
marketplaceSaasInfo,
partnerBillingEntity
FROM azure_isv.newrelic.billing_info
WHERE monitorName = '{{ monitorName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';