Skip to main content

billing_info

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

Overview

Namebilling_info
TypeResource
Idazure_isv.newrelic.billing_info

Fields

NameDatatypeDescription
marketplaceSaasInfoobjectMarketplace SAAS Info of the resource.
partnerBillingEntityobjectPartner Billing details associated with the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTmonitorName, resourceGroupName, subscriptionId

SELECT examples

SELECT
marketplaceSaasInfo,
partnerBillingEntity
FROM azure_isv.newrelic.billing_info
WHERE monitorName = '{{ monitorName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';