newrelic.cloud.AzureIntegrations

Import

Linked Azure accounts can be imported using id, you can find the id of existing Azure linked accounts in Azure dashboard under Infrastructure in NewRelic. bash

 $ pulumi import newrelic:cloud/azureIntegrations:AzureIntegrations foo <id>

Create AzureIntegrations Resource

new AzureIntegrations(name: string, args: AzureIntegrationsArgs, opts?: CustomResourceOptions);
@overload
def AzureIntegrations(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      account_id: Optional[int] = None,
                      api_management: Optional[AzureIntegrationsApiManagementArgs] = None,
                      app_gateway: Optional[AzureIntegrationsAppGatewayArgs] = None,
                      app_service: Optional[AzureIntegrationsAppServiceArgs] = None,
                      containers: Optional[AzureIntegrationsContainersArgs] = None,
                      cosmos_db: Optional[AzureIntegrationsCosmosDbArgs] = None,
                      cost_management: Optional[AzureIntegrationsCostManagementArgs] = None,
                      data_factory: Optional[AzureIntegrationsDataFactoryArgs] = None,
                      event_hub: Optional[AzureIntegrationsEventHubArgs] = None,
                      express_route: Optional[AzureIntegrationsExpressRouteArgs] = None,
                      firewalls: Optional[AzureIntegrationsFirewallsArgs] = None,
                      front_door: Optional[AzureIntegrationsFrontDoorArgs] = None,
                      functions: Optional[AzureIntegrationsFunctionsArgs] = None,
                      key_vault: Optional[AzureIntegrationsKeyVaultArgs] = None,
                      linked_account_id: Optional[int] = None,
                      load_balancer: Optional[AzureIntegrationsLoadBalancerArgs] = None,
                      logic_apps: Optional[AzureIntegrationsLogicAppsArgs] = None,
                      machine_learning: Optional[AzureIntegrationsMachineLearningArgs] = None,
                      maria_db: Optional[AzureIntegrationsMariaDbArgs] = None,
                      mysql: Optional[AzureIntegrationsMysqlArgs] = None,
                      mysql_flexible: Optional[AzureIntegrationsMysqlFlexibleArgs] = None,
                      postgresql: Optional[AzureIntegrationsPostgresqlArgs] = None,
                      postgresql_flexible: Optional[AzureIntegrationsPostgresqlFlexibleArgs] = None,
                      power_bi_dedicated: Optional[AzureIntegrationsPowerBiDedicatedArgs] = None,
                      redis_cache: Optional[AzureIntegrationsRedisCacheArgs] = None,
                      service_bus: Optional[AzureIntegrationsServiceBusArgs] = None,
                      sql: Optional[AzureIntegrationsSqlArgs] = None,
                      sql_managed: Optional[AzureIntegrationsSqlManagedArgs] = None,
                      storage: Optional[AzureIntegrationsStorageArgs] = None,
                      virtual_machine: Optional[AzureIntegrationsVirtualMachineArgs] = None,
                      virtual_networks: Optional[AzureIntegrationsVirtualNetworksArgs] = None,
                      vms: Optional[AzureIntegrationsVmsArgs] = None,
                      vpn_gateway: Optional[AzureIntegrationsVpnGatewayArgs] = None)
@overload
def AzureIntegrations(resource_name: str,
                      args: AzureIntegrationsArgs,
                      opts: Optional[ResourceOptions] = None)
func NewAzureIntegrations(ctx *Context, name string, args AzureIntegrationsArgs, opts ...ResourceOption) (*AzureIntegrations, error)
public AzureIntegrations(string name, AzureIntegrationsArgs args, CustomResourceOptions? opts = null)
public AzureIntegrations(String name, AzureIntegrationsArgs args)
public AzureIntegrations(String name, AzureIntegrationsArgs args, CustomResourceOptions options)
type: newrelic:cloud:AzureIntegrations
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args AzureIntegrationsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args AzureIntegrationsArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args AzureIntegrationsArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args AzureIntegrationsArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args AzureIntegrationsArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

AzureIntegrations Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The AzureIntegrations resource accepts the following input properties:

LinkedAccountId int

The ID of the linked Azure account in New Relic.

AccountId int

The New Relic account ID to operate on. This allows the user to override the account_id attribute set on the provider. Defaults to the environment variable NEW_RELIC_ACCOUNT_ID.

ApiManagement Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsApiManagementArgs

Azure API Management. See Integration blocks below for details.

AppGateway Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsAppGatewayArgs

Azure App Gateway. See Integration blocks below for details.

AppService Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsAppServiceArgs

Azure App Service. See Integration blocks below for details.

Containers Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsContainersArgs

Azure Containers. See Integration blocks below for details.

CosmosDb Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsCosmosDbArgs

Azure CosmosDB. See Integration blocks below for details.

CostManagement Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsCostManagementArgs

Azure Cost Management. See Integration blocks below for details.

DataFactory Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsDataFactoryArgs

Azure Data Factory. See Integration blocks below for details.

EventHub Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsEventHubArgs

Azure Event Hub. See Integration blocks below for details.

ExpressRoute Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsExpressRouteArgs

Azure Express Route. See Integration blocks below for details.

Firewalls Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsFirewallsArgs

Azure Firewalls. See Integration blocks below for details.

FrontDoor Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsFrontDoorArgs

Azure Front Door. See Integration blocks below for details.

Functions Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsFunctionsArgs

Azure Functions. See Integration blocks below for details.

KeyVault Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsKeyVaultArgs

Azure Key Vault. See Integration blocks below for details.

LoadBalancer Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsLoadBalancerArgs

Azure Load Balancer. See Integration blocks below for details.

LogicApps Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsLogicAppsArgs

Azure Logic Apps. See Integration blocks below for details.

MachineLearning Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsMachineLearningArgs

Azure Machine Learning. See Integration blocks below for details.

MariaDb Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsMariaDbArgs

Azure MariaDB. See Integration blocks below for details.

Mysql Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsMysqlArgs

Azure MySQL. See Integration blocks below for details.

MysqlFlexible Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsMysqlFlexibleArgs

Azure MySQL Flexible Server. See Integration blocks below for details.

Postgresql Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsPostgresqlArgs

Azure PostgreSQL. See Integration blocks below for details.

PostgresqlFlexible Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsPostgresqlFlexibleArgs

Azure PostgreSQL Flexible Server. See Integration blocks below for details.

PowerBiDedicated Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsPowerBiDedicatedArgs

Azure Power BI Dedicated. See Integration blocks below for details.

RedisCache Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsRedisCacheArgs

Azure Redis Cache. See Integration blocks below for details.

ServiceBus Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsServiceBusArgs

Azure Service Bus. See Integration blocks below for details.

Sql Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsSqlArgs

Azure SQL. See Integration blocks below for details.

SqlManaged Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsSqlManagedArgs

Azure SQL Managed. See Integration blocks below for details.

Storage Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsStorageArgs

for Azure Storage. See Integration blocks below for details.

VirtualMachine Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsVirtualMachineArgs

Azure Virtual machine. See Integration blocks below for details.

VirtualNetworks Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsVirtualNetworksArgs

for Azure Virtual networks. See Integration blocks below for details.

Vms Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsVmsArgs

Azure VMs. See Integration blocks below for details.

VpnGateway Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsVpnGatewayArgs

Azure VPN Gateway. See Integration blocks below for details.

LinkedAccountId int

The ID of the linked Azure account in New Relic.

AccountId int

The New Relic account ID to operate on. This allows the user to override the account_id attribute set on the provider. Defaults to the environment variable NEW_RELIC_ACCOUNT_ID.

ApiManagement AzureIntegrationsApiManagementArgs

Azure API Management. See Integration blocks below for details.

AppGateway AzureIntegrationsAppGatewayArgs

Azure App Gateway. See Integration blocks below for details.

AppService AzureIntegrationsAppServiceArgs

Azure App Service. See Integration blocks below for details.

Containers AzureIntegrationsContainersArgs

Azure Containers. See Integration blocks below for details.

CosmosDb AzureIntegrationsCosmosDbArgs

Azure CosmosDB. See Integration blocks below for details.

CostManagement AzureIntegrationsCostManagementArgs

Azure Cost Management. See Integration blocks below for details.

DataFactory AzureIntegrationsDataFactoryArgs

Azure Data Factory. See Integration blocks below for details.

EventHub AzureIntegrationsEventHubArgs

Azure Event Hub. See Integration blocks below for details.

ExpressRoute AzureIntegrationsExpressRouteArgs

Azure Express Route. See Integration blocks below for details.

Firewalls AzureIntegrationsFirewallsArgs

Azure Firewalls. See Integration blocks below for details.

FrontDoor AzureIntegrationsFrontDoorArgs

Azure Front Door. See Integration blocks below for details.

Functions AzureIntegrationsFunctionsArgs

Azure Functions. See Integration blocks below for details.

KeyVault AzureIntegrationsKeyVaultArgs

Azure Key Vault. See Integration blocks below for details.

LoadBalancer AzureIntegrationsLoadBalancerArgs

Azure Load Balancer. See Integration blocks below for details.

LogicApps AzureIntegrationsLogicAppsArgs

Azure Logic Apps. See Integration blocks below for details.

MachineLearning AzureIntegrationsMachineLearningArgs

Azure Machine Learning. See Integration blocks below for details.

MariaDb AzureIntegrationsMariaDbArgs

Azure MariaDB. See Integration blocks below for details.

Mysql AzureIntegrationsMysqlArgs

Azure MySQL. See Integration blocks below for details.

MysqlFlexible AzureIntegrationsMysqlFlexibleArgs

Azure MySQL Flexible Server. See Integration blocks below for details.

Postgresql AzureIntegrationsPostgresqlArgs

Azure PostgreSQL. See Integration blocks below for details.

PostgresqlFlexible AzureIntegrationsPostgresqlFlexibleArgs

Azure PostgreSQL Flexible Server. See Integration blocks below for details.

PowerBiDedicated AzureIntegrationsPowerBiDedicatedArgs

Azure Power BI Dedicated. See Integration blocks below for details.

RedisCache AzureIntegrationsRedisCacheArgs

Azure Redis Cache. See Integration blocks below for details.

ServiceBus AzureIntegrationsServiceBusArgs

Azure Service Bus. See Integration blocks below for details.

Sql AzureIntegrationsSqlArgs

Azure SQL. See Integration blocks below for details.

SqlManaged AzureIntegrationsSqlManagedArgs

Azure SQL Managed. See Integration blocks below for details.

Storage AzureIntegrationsStorageArgs

for Azure Storage. See Integration blocks below for details.

VirtualMachine AzureIntegrationsVirtualMachineArgs

Azure Virtual machine. See Integration blocks below for details.

VirtualNetworks AzureIntegrationsVirtualNetworksArgs

for Azure Virtual networks. See Integration blocks below for details.

Vms AzureIntegrationsVmsArgs

Azure VMs. See Integration blocks below for details.

VpnGateway AzureIntegrationsVpnGatewayArgs

Azure VPN Gateway. See Integration blocks below for details.

linkedAccountId Integer

The ID of the linked Azure account in New Relic.

accountId Integer

The New Relic account ID to operate on. This allows the user to override the account_id attribute set on the provider. Defaults to the environment variable NEW_RELIC_ACCOUNT_ID.

apiManagement AzureIntegrationsApiManagementArgs

Azure API Management. See Integration blocks below for details.

appGateway AzureIntegrationsAppGatewayArgs

Azure App Gateway. See Integration blocks below for details.

appService AzureIntegrationsAppServiceArgs

Azure App Service. See Integration blocks below for details.

containers AzureIntegrationsContainersArgs

Azure Containers. See Integration blocks below for details.

cosmosDb AzureIntegrationsCosmosDbArgs

Azure CosmosDB. See Integration blocks below for details.

costManagement AzureIntegrationsCostManagementArgs

Azure Cost Management. See Integration blocks below for details.

dataFactory AzureIntegrationsDataFactoryArgs

Azure Data Factory. See Integration blocks below for details.

eventHub AzureIntegrationsEventHubArgs

Azure Event Hub. See Integration blocks below for details.

expressRoute AzureIntegrationsExpressRouteArgs

Azure Express Route. See Integration blocks below for details.

firewalls AzureIntegrationsFirewallsArgs

Azure Firewalls. See Integration blocks below for details.

frontDoor AzureIntegrationsFrontDoorArgs

Azure Front Door. See Integration blocks below for details.

functions AzureIntegrationsFunctionsArgs

Azure Functions. See Integration blocks below for details.

keyVault AzureIntegrationsKeyVaultArgs

Azure Key Vault. See Integration blocks below for details.

loadBalancer AzureIntegrationsLoadBalancerArgs

Azure Load Balancer. See Integration blocks below for details.

logicApps AzureIntegrationsLogicAppsArgs

Azure Logic Apps. See Integration blocks below for details.

machineLearning AzureIntegrationsMachineLearningArgs

Azure Machine Learning. See Integration blocks below for details.

mariaDb AzureIntegrationsMariaDbArgs

Azure MariaDB. See Integration blocks below for details.

mysql AzureIntegrationsMysqlArgs

Azure MySQL. See Integration blocks below for details.

mysqlFlexible AzureIntegrationsMysqlFlexibleArgs

Azure MySQL Flexible Server. See Integration blocks below for details.

postgresql AzureIntegrationsPostgresqlArgs

Azure PostgreSQL. See Integration blocks below for details.

postgresqlFlexible AzureIntegrationsPostgresqlFlexibleArgs

Azure PostgreSQL Flexible Server. See Integration blocks below for details.

powerBiDedicated AzureIntegrationsPowerBiDedicatedArgs

Azure Power BI Dedicated. See Integration blocks below for details.

redisCache AzureIntegrationsRedisCacheArgs

Azure Redis Cache. See Integration blocks below for details.

serviceBus AzureIntegrationsServiceBusArgs

Azure Service Bus. See Integration blocks below for details.

sql AzureIntegrationsSqlArgs

Azure SQL. See Integration blocks below for details.

sqlManaged AzureIntegrationsSqlManagedArgs

Azure SQL Managed. See Integration blocks below for details.

storage AzureIntegrationsStorageArgs

for Azure Storage. See Integration blocks below for details.

virtualMachine AzureIntegrationsVirtualMachineArgs

Azure Virtual machine. See Integration blocks below for details.

virtualNetworks AzureIntegrationsVirtualNetworksArgs

for Azure Virtual networks. See Integration blocks below for details.

vms AzureIntegrationsVmsArgs

Azure VMs. See Integration blocks below for details.

vpnGateway AzureIntegrationsVpnGatewayArgs

Azure VPN Gateway. See Integration blocks below for details.

linkedAccountId number

The ID of the linked Azure account in New Relic.

accountId number

The New Relic account ID to operate on. This allows the user to override the account_id attribute set on the provider. Defaults to the environment variable NEW_RELIC_ACCOUNT_ID.

apiManagement AzureIntegrationsApiManagementArgs

Azure API Management. See Integration blocks below for details.

appGateway AzureIntegrationsAppGatewayArgs

Azure App Gateway. See Integration blocks below for details.

appService AzureIntegrationsAppServiceArgs

Azure App Service. See Integration blocks below for details.

containers AzureIntegrationsContainersArgs

Azure Containers. See Integration blocks below for details.

cosmosDb AzureIntegrationsCosmosDbArgs

Azure CosmosDB. See Integration blocks below for details.

costManagement AzureIntegrationsCostManagementArgs

Azure Cost Management. See Integration blocks below for details.

dataFactory AzureIntegrationsDataFactoryArgs

Azure Data Factory. See Integration blocks below for details.

eventHub AzureIntegrationsEventHubArgs

Azure Event Hub. See Integration blocks below for details.

expressRoute AzureIntegrationsExpressRouteArgs

Azure Express Route. See Integration blocks below for details.

firewalls AzureIntegrationsFirewallsArgs

Azure Firewalls. See Integration blocks below for details.

frontDoor AzureIntegrationsFrontDoorArgs

Azure Front Door. See Integration blocks below for details.

functions AzureIntegrationsFunctionsArgs

Azure Functions. See Integration blocks below for details.

keyVault AzureIntegrationsKeyVaultArgs

Azure Key Vault. See Integration blocks below for details.

loadBalancer AzureIntegrationsLoadBalancerArgs

Azure Load Balancer. See Integration blocks below for details.

logicApps AzureIntegrationsLogicAppsArgs

Azure Logic Apps. See Integration blocks below for details.

machineLearning AzureIntegrationsMachineLearningArgs

Azure Machine Learning. See Integration blocks below for details.

mariaDb AzureIntegrationsMariaDbArgs

Azure MariaDB. See Integration blocks below for details.

mysql AzureIntegrationsMysqlArgs

Azure MySQL. See Integration blocks below for details.

mysqlFlexible AzureIntegrationsMysqlFlexibleArgs

Azure MySQL Flexible Server. See Integration blocks below for details.

postgresql AzureIntegrationsPostgresqlArgs

Azure PostgreSQL. See Integration blocks below for details.

postgresqlFlexible AzureIntegrationsPostgresqlFlexibleArgs

Azure PostgreSQL Flexible Server. See Integration blocks below for details.

powerBiDedicated AzureIntegrationsPowerBiDedicatedArgs

Azure Power BI Dedicated. See Integration blocks below for details.

redisCache AzureIntegrationsRedisCacheArgs

Azure Redis Cache. See Integration blocks below for details.

serviceBus AzureIntegrationsServiceBusArgs

Azure Service Bus. See Integration blocks below for details.

sql AzureIntegrationsSqlArgs

Azure SQL. See Integration blocks below for details.

sqlManaged AzureIntegrationsSqlManagedArgs

Azure SQL Managed. See Integration blocks below for details.

storage AzureIntegrationsStorageArgs

for Azure Storage. See Integration blocks below for details.

virtualMachine AzureIntegrationsVirtualMachineArgs

Azure Virtual machine. See Integration blocks below for details.

virtualNetworks AzureIntegrationsVirtualNetworksArgs

for Azure Virtual networks. See Integration blocks below for details.

vms AzureIntegrationsVmsArgs

Azure VMs. See Integration blocks below for details.

vpnGateway AzureIntegrationsVpnGatewayArgs

Azure VPN Gateway. See Integration blocks below for details.

linked_account_id int

The ID of the linked Azure account in New Relic.

account_id int

The New Relic account ID to operate on. This allows the user to override the account_id attribute set on the provider. Defaults to the environment variable NEW_RELIC_ACCOUNT_ID.

api_management AzureIntegrationsApiManagementArgs

Azure API Management. See Integration blocks below for details.

app_gateway AzureIntegrationsAppGatewayArgs

Azure App Gateway. See Integration blocks below for details.

app_service AzureIntegrationsAppServiceArgs

Azure App Service. See Integration blocks below for details.

containers AzureIntegrationsContainersArgs

Azure Containers. See Integration blocks below for details.

cosmos_db AzureIntegrationsCosmosDbArgs

Azure CosmosDB. See Integration blocks below for details.

cost_management AzureIntegrationsCostManagementArgs

Azure Cost Management. See Integration blocks below for details.

data_factory AzureIntegrationsDataFactoryArgs

Azure Data Factory. See Integration blocks below for details.

event_hub AzureIntegrationsEventHubArgs

Azure Event Hub. See Integration blocks below for details.

express_route AzureIntegrationsExpressRouteArgs

Azure Express Route. See Integration blocks below for details.

firewalls AzureIntegrationsFirewallsArgs

Azure Firewalls. See Integration blocks below for details.

front_door AzureIntegrationsFrontDoorArgs

Azure Front Door. See Integration blocks below for details.

functions AzureIntegrationsFunctionsArgs

Azure Functions. See Integration blocks below for details.

key_vault AzureIntegrationsKeyVaultArgs

Azure Key Vault. See Integration blocks below for details.

load_balancer AzureIntegrationsLoadBalancerArgs

Azure Load Balancer. See Integration blocks below for details.

logic_apps AzureIntegrationsLogicAppsArgs

Azure Logic Apps. See Integration blocks below for details.

machine_learning AzureIntegrationsMachineLearningArgs

Azure Machine Learning. See Integration blocks below for details.

maria_db AzureIntegrationsMariaDbArgs

Azure MariaDB. See Integration blocks below for details.

mysql AzureIntegrationsMysqlArgs

Azure MySQL. See Integration blocks below for details.

mysql_flexible AzureIntegrationsMysqlFlexibleArgs

Azure MySQL Flexible Server. See Integration blocks below for details.

postgresql AzureIntegrationsPostgresqlArgs

Azure PostgreSQL. See Integration blocks below for details.

postgresql_flexible AzureIntegrationsPostgresqlFlexibleArgs

Azure PostgreSQL Flexible Server. See Integration blocks below for details.

power_bi_dedicated AzureIntegrationsPowerBiDedicatedArgs

Azure Power BI Dedicated. See Integration blocks below for details.

redis_cache AzureIntegrationsRedisCacheArgs

Azure Redis Cache. See Integration blocks below for details.

service_bus AzureIntegrationsServiceBusArgs

Azure Service Bus. See Integration blocks below for details.

sql AzureIntegrationsSqlArgs

Azure SQL. See Integration blocks below for details.

sql_managed AzureIntegrationsSqlManagedArgs

Azure SQL Managed. See Integration blocks below for details.

storage AzureIntegrationsStorageArgs

for Azure Storage. See Integration blocks below for details.

virtual_machine AzureIntegrationsVirtualMachineArgs

Azure Virtual machine. See Integration blocks below for details.

virtual_networks AzureIntegrationsVirtualNetworksArgs

for Azure Virtual networks. See Integration blocks below for details.

vms AzureIntegrationsVmsArgs

Azure VMs. See Integration blocks below for details.

vpn_gateway AzureIntegrationsVpnGatewayArgs

Azure VPN Gateway. See Integration blocks below for details.

linkedAccountId Number

The ID of the linked Azure account in New Relic.

accountId Number

The New Relic account ID to operate on. This allows the user to override the account_id attribute set on the provider. Defaults to the environment variable NEW_RELIC_ACCOUNT_ID.

apiManagement Property Map

Azure API Management. See Integration blocks below for details.

appGateway Property Map

Azure App Gateway. See Integration blocks below for details.

appService Property Map

Azure App Service. See Integration blocks below for details.

containers Property Map

Azure Containers. See Integration blocks below for details.

cosmosDb Property Map

Azure CosmosDB. See Integration blocks below for details.

costManagement Property Map

Azure Cost Management. See Integration blocks below for details.

dataFactory Property Map

Azure Data Factory. See Integration blocks below for details.

eventHub Property Map

Azure Event Hub. See Integration blocks below for details.

expressRoute Property Map

Azure Express Route. See Integration blocks below for details.

firewalls Property Map

Azure Firewalls. See Integration blocks below for details.

frontDoor Property Map

Azure Front Door. See Integration blocks below for details.

functions Property Map

Azure Functions. See Integration blocks below for details.

keyVault Property Map

Azure Key Vault. See Integration blocks below for details.

loadBalancer Property Map

Azure Load Balancer. See Integration blocks below for details.

logicApps Property Map

Azure Logic Apps. See Integration blocks below for details.

machineLearning Property Map

Azure Machine Learning. See Integration blocks below for details.

mariaDb Property Map

Azure MariaDB. See Integration blocks below for details.

mysql Property Map

Azure MySQL. See Integration blocks below for details.

mysqlFlexible Property Map

Azure MySQL Flexible Server. See Integration blocks below for details.

postgresql Property Map

Azure PostgreSQL. See Integration blocks below for details.

postgresqlFlexible Property Map

Azure PostgreSQL Flexible Server. See Integration blocks below for details.

powerBiDedicated Property Map

Azure Power BI Dedicated. See Integration blocks below for details.

redisCache Property Map

Azure Redis Cache. See Integration blocks below for details.

serviceBus Property Map

Azure Service Bus. See Integration blocks below for details.

sql Property Map

Azure SQL. See Integration blocks below for details.

sqlManaged Property Map

Azure SQL Managed. See Integration blocks below for details.

storage Property Map

for Azure Storage. See Integration blocks below for details.

virtualMachine Property Map

Azure Virtual machine. See Integration blocks below for details.

virtualNetworks Property Map

for Azure Virtual networks. See Integration blocks below for details.

vms Property Map

Azure VMs. See Integration blocks below for details.

vpnGateway Property Map

Azure VPN Gateway. See Integration blocks below for details.

Outputs

All input properties are implicitly available as output properties. Additionally, the AzureIntegrations resource produces the following output properties:

Id string

The provider-assigned unique ID for this managed resource.

Id string

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

id string

The provider-assigned unique ID for this managed resource.

id str

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

Look up Existing AzureIntegrations Resource

Get an existing AzureIntegrations resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: AzureIntegrationsState, opts?: CustomResourceOptions): AzureIntegrations
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        account_id: Optional[int] = None,
        api_management: Optional[AzureIntegrationsApiManagementArgs] = None,
        app_gateway: Optional[AzureIntegrationsAppGatewayArgs] = None,
        app_service: Optional[AzureIntegrationsAppServiceArgs] = None,
        containers: Optional[AzureIntegrationsContainersArgs] = None,
        cosmos_db: Optional[AzureIntegrationsCosmosDbArgs] = None,
        cost_management: Optional[AzureIntegrationsCostManagementArgs] = None,
        data_factory: Optional[AzureIntegrationsDataFactoryArgs] = None,
        event_hub: Optional[AzureIntegrationsEventHubArgs] = None,
        express_route: Optional[AzureIntegrationsExpressRouteArgs] = None,
        firewalls: Optional[AzureIntegrationsFirewallsArgs] = None,
        front_door: Optional[AzureIntegrationsFrontDoorArgs] = None,
        functions: Optional[AzureIntegrationsFunctionsArgs] = None,
        key_vault: Optional[AzureIntegrationsKeyVaultArgs] = None,
        linked_account_id: Optional[int] = None,
        load_balancer: Optional[AzureIntegrationsLoadBalancerArgs] = None,
        logic_apps: Optional[AzureIntegrationsLogicAppsArgs] = None,
        machine_learning: Optional[AzureIntegrationsMachineLearningArgs] = None,
        maria_db: Optional[AzureIntegrationsMariaDbArgs] = None,
        mysql: Optional[AzureIntegrationsMysqlArgs] = None,
        mysql_flexible: Optional[AzureIntegrationsMysqlFlexibleArgs] = None,
        postgresql: Optional[AzureIntegrationsPostgresqlArgs] = None,
        postgresql_flexible: Optional[AzureIntegrationsPostgresqlFlexibleArgs] = None,
        power_bi_dedicated: Optional[AzureIntegrationsPowerBiDedicatedArgs] = None,
        redis_cache: Optional[AzureIntegrationsRedisCacheArgs] = None,
        service_bus: Optional[AzureIntegrationsServiceBusArgs] = None,
        sql: Optional[AzureIntegrationsSqlArgs] = None,
        sql_managed: Optional[AzureIntegrationsSqlManagedArgs] = None,
        storage: Optional[AzureIntegrationsStorageArgs] = None,
        virtual_machine: Optional[AzureIntegrationsVirtualMachineArgs] = None,
        virtual_networks: Optional[AzureIntegrationsVirtualNetworksArgs] = None,
        vms: Optional[AzureIntegrationsVmsArgs] = None,
        vpn_gateway: Optional[AzureIntegrationsVpnGatewayArgs] = None) -> AzureIntegrations
func GetAzureIntegrations(ctx *Context, name string, id IDInput, state *AzureIntegrationsState, opts ...ResourceOption) (*AzureIntegrations, error)
public static AzureIntegrations Get(string name, Input<string> id, AzureIntegrationsState? state, CustomResourceOptions? opts = null)
public static AzureIntegrations get(String name, Output<String> id, AzureIntegrationsState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
AccountId int

The New Relic account ID to operate on. This allows the user to override the account_id attribute set on the provider. Defaults to the environment variable NEW_RELIC_ACCOUNT_ID.

ApiManagement Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsApiManagementArgs

Azure API Management. See Integration blocks below for details.

AppGateway Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsAppGatewayArgs

Azure App Gateway. See Integration blocks below for details.

AppService Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsAppServiceArgs

Azure App Service. See Integration blocks below for details.

Containers Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsContainersArgs

Azure Containers. See Integration blocks below for details.

CosmosDb Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsCosmosDbArgs

Azure CosmosDB. See Integration blocks below for details.

CostManagement Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsCostManagementArgs

Azure Cost Management. See Integration blocks below for details.

DataFactory Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsDataFactoryArgs

Azure Data Factory. See Integration blocks below for details.

EventHub Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsEventHubArgs

Azure Event Hub. See Integration blocks below for details.

ExpressRoute Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsExpressRouteArgs

Azure Express Route. See Integration blocks below for details.

Firewalls Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsFirewallsArgs

Azure Firewalls. See Integration blocks below for details.

FrontDoor Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsFrontDoorArgs

Azure Front Door. See Integration blocks below for details.

Functions Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsFunctionsArgs

Azure Functions. See Integration blocks below for details.

KeyVault Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsKeyVaultArgs

Azure Key Vault. See Integration blocks below for details.

LinkedAccountId int

The ID of the linked Azure account in New Relic.

LoadBalancer Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsLoadBalancerArgs

Azure Load Balancer. See Integration blocks below for details.

LogicApps Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsLogicAppsArgs

Azure Logic Apps. See Integration blocks below for details.

MachineLearning Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsMachineLearningArgs

Azure Machine Learning. See Integration blocks below for details.

MariaDb Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsMariaDbArgs

Azure MariaDB. See Integration blocks below for details.

Mysql Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsMysqlArgs

Azure MySQL. See Integration blocks below for details.

MysqlFlexible Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsMysqlFlexibleArgs

Azure MySQL Flexible Server. See Integration blocks below for details.

Postgresql Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsPostgresqlArgs

Azure PostgreSQL. See Integration blocks below for details.

PostgresqlFlexible Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsPostgresqlFlexibleArgs

Azure PostgreSQL Flexible Server. See Integration blocks below for details.

PowerBiDedicated Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsPowerBiDedicatedArgs

Azure Power BI Dedicated. See Integration blocks below for details.

RedisCache Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsRedisCacheArgs

Azure Redis Cache. See Integration blocks below for details.

ServiceBus Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsServiceBusArgs

Azure Service Bus. See Integration blocks below for details.

Sql Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsSqlArgs

Azure SQL. See Integration blocks below for details.

SqlManaged Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsSqlManagedArgs

Azure SQL Managed. See Integration blocks below for details.

Storage Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsStorageArgs

for Azure Storage. See Integration blocks below for details.

VirtualMachine Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsVirtualMachineArgs

Azure Virtual machine. See Integration blocks below for details.

VirtualNetworks Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsVirtualNetworksArgs

for Azure Virtual networks. See Integration blocks below for details.

Vms Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsVmsArgs

Azure VMs. See Integration blocks below for details.

VpnGateway Pulumi.NewRelic.Cloud.Inputs.AzureIntegrationsVpnGatewayArgs

Azure VPN Gateway. See Integration blocks below for details.

AccountId int

The New Relic account ID to operate on. This allows the user to override the account_id attribute set on the provider. Defaults to the environment variable NEW_RELIC_ACCOUNT_ID.

ApiManagement AzureIntegrationsApiManagementArgs

Azure API Management. See Integration blocks below for details.

AppGateway AzureIntegrationsAppGatewayArgs

Azure App Gateway. See Integration blocks below for details.

AppService AzureIntegrationsAppServiceArgs

Azure App Service. See Integration blocks below for details.

Containers AzureIntegrationsContainersArgs

Azure Containers. See Integration blocks below for details.

CosmosDb AzureIntegrationsCosmosDbArgs

Azure CosmosDB. See Integration blocks below for details.

CostManagement AzureIntegrationsCostManagementArgs

Azure Cost Management. See Integration blocks below for details.

DataFactory AzureIntegrationsDataFactoryArgs

Azure Data Factory. See Integration blocks below for details.

EventHub AzureIntegrationsEventHubArgs

Azure Event Hub. See Integration blocks below for details.

ExpressRoute AzureIntegrationsExpressRouteArgs

Azure Express Route. See Integration blocks below for details.

Firewalls AzureIntegrationsFirewallsArgs

Azure Firewalls. See Integration blocks below for details.

FrontDoor AzureIntegrationsFrontDoorArgs

Azure Front Door. See Integration blocks below for details.

Functions AzureIntegrationsFunctionsArgs

Azure Functions. See Integration blocks below for details.

KeyVault AzureIntegrationsKeyVaultArgs

Azure Key Vault. See Integration blocks below for details.

LinkedAccountId int

The ID of the linked Azure account in New Relic.

LoadBalancer AzureIntegrationsLoadBalancerArgs

Azure Load Balancer. See Integration blocks below for details.

LogicApps AzureIntegrationsLogicAppsArgs

Azure Logic Apps. See Integration blocks below for details.

MachineLearning AzureIntegrationsMachineLearningArgs

Azure Machine Learning. See Integration blocks below for details.

MariaDb AzureIntegrationsMariaDbArgs

Azure MariaDB. See Integration blocks below for details.

Mysql AzureIntegrationsMysqlArgs

Azure MySQL. See Integration blocks below for details.

MysqlFlexible AzureIntegrationsMysqlFlexibleArgs

Azure MySQL Flexible Server. See Integration blocks below for details.

Postgresql AzureIntegrationsPostgresqlArgs

Azure PostgreSQL. See Integration blocks below for details.

PostgresqlFlexible AzureIntegrationsPostgresqlFlexibleArgs

Azure PostgreSQL Flexible Server. See Integration blocks below for details.

PowerBiDedicated AzureIntegrationsPowerBiDedicatedArgs

Azure Power BI Dedicated. See Integration blocks below for details.

RedisCache AzureIntegrationsRedisCacheArgs

Azure Redis Cache. See Integration blocks below for details.

ServiceBus AzureIntegrationsServiceBusArgs

Azure Service Bus. See Integration blocks below for details.

Sql AzureIntegrationsSqlArgs

Azure SQL. See Integration blocks below for details.

SqlManaged AzureIntegrationsSqlManagedArgs

Azure SQL Managed. See Integration blocks below for details.

Storage AzureIntegrationsStorageArgs

for Azure Storage. See Integration blocks below for details.

VirtualMachine AzureIntegrationsVirtualMachineArgs

Azure Virtual machine. See Integration blocks below for details.

VirtualNetworks AzureIntegrationsVirtualNetworksArgs

for Azure Virtual networks. See Integration blocks below for details.

Vms AzureIntegrationsVmsArgs

Azure VMs. See Integration blocks below for details.

VpnGateway AzureIntegrationsVpnGatewayArgs

Azure VPN Gateway. See Integration blocks below for details.

accountId Integer

The New Relic account ID to operate on. This allows the user to override the account_id attribute set on the provider. Defaults to the environment variable NEW_RELIC_ACCOUNT_ID.

apiManagement AzureIntegrationsApiManagementArgs

Azure API Management. See Integration blocks below for details.

appGateway AzureIntegrationsAppGatewayArgs

Azure App Gateway. See Integration blocks below for details.

appService AzureIntegrationsAppServiceArgs

Azure App Service. See Integration blocks below for details.

containers AzureIntegrationsContainersArgs

Azure Containers. See Integration blocks below for details.

cosmosDb AzureIntegrationsCosmosDbArgs

Azure CosmosDB. See Integration blocks below for details.

costManagement AzureIntegrationsCostManagementArgs

Azure Cost Management. See Integration blocks below for details.

dataFactory AzureIntegrationsDataFactoryArgs

Azure Data Factory. See Integration blocks below for details.

eventHub AzureIntegrationsEventHubArgs

Azure Event Hub. See Integration blocks below for details.

expressRoute AzureIntegrationsExpressRouteArgs

Azure Express Route. See Integration blocks below for details.

firewalls AzureIntegrationsFirewallsArgs

Azure Firewalls. See Integration blocks below for details.

frontDoor AzureIntegrationsFrontDoorArgs

Azure Front Door. See Integration blocks below for details.

functions AzureIntegrationsFunctionsArgs

Azure Functions. See Integration blocks below for details.

keyVault AzureIntegrationsKeyVaultArgs

Azure Key Vault. See Integration blocks below for details.

linkedAccountId Integer

The ID of the linked Azure account in New Relic.

loadBalancer AzureIntegrationsLoadBalancerArgs

Azure Load Balancer. See Integration blocks below for details.

logicApps AzureIntegrationsLogicAppsArgs

Azure Logic Apps. See Integration blocks below for details.

machineLearning AzureIntegrationsMachineLearningArgs

Azure Machine Learning. See Integration blocks below for details.

mariaDb AzureIntegrationsMariaDbArgs

Azure MariaDB. See Integration blocks below for details.

mysql AzureIntegrationsMysqlArgs

Azure MySQL. See Integration blocks below for details.

mysqlFlexible AzureIntegrationsMysqlFlexibleArgs

Azure MySQL Flexible Server. See Integration blocks below for details.

postgresql AzureIntegrationsPostgresqlArgs

Azure PostgreSQL. See Integration blocks below for details.

postgresqlFlexible AzureIntegrationsPostgresqlFlexibleArgs

Azure PostgreSQL Flexible Server. See Integration blocks below for details.

powerBiDedicated AzureIntegrationsPowerBiDedicatedArgs

Azure Power BI Dedicated. See Integration blocks below for details.

redisCache AzureIntegrationsRedisCacheArgs

Azure Redis Cache. See Integration blocks below for details.

serviceBus AzureIntegrationsServiceBusArgs

Azure Service Bus. See Integration blocks below for details.

sql AzureIntegrationsSqlArgs

Azure SQL. See Integration blocks below for details.

sqlManaged AzureIntegrationsSqlManagedArgs

Azure SQL Managed. See Integration blocks below for details.

storage AzureIntegrationsStorageArgs

for Azure Storage. See Integration blocks below for details.

virtualMachine AzureIntegrationsVirtualMachineArgs

Azure Virtual machine. See Integration blocks below for details.

virtualNetworks AzureIntegrationsVirtualNetworksArgs

for Azure Virtual networks. See Integration blocks below for details.

vms AzureIntegrationsVmsArgs

Azure VMs. See Integration blocks below for details.

vpnGateway AzureIntegrationsVpnGatewayArgs

Azure VPN Gateway. See Integration blocks below for details.

accountId number

The New Relic account ID to operate on. This allows the user to override the account_id attribute set on the provider. Defaults to the environment variable NEW_RELIC_ACCOUNT_ID.

apiManagement AzureIntegrationsApiManagementArgs

Azure API Management. See Integration blocks below for details.

appGateway AzureIntegrationsAppGatewayArgs

Azure App Gateway. See Integration blocks below for details.

appService AzureIntegrationsAppServiceArgs

Azure App Service. See Integration blocks below for details.

containers AzureIntegrationsContainersArgs

Azure Containers. See Integration blocks below for details.

cosmosDb AzureIntegrationsCosmosDbArgs

Azure CosmosDB. See Integration blocks below for details.

costManagement AzureIntegrationsCostManagementArgs

Azure Cost Management. See Integration blocks below for details.

dataFactory AzureIntegrationsDataFactoryArgs

Azure Data Factory. See Integration blocks below for details.

eventHub AzureIntegrationsEventHubArgs

Azure Event Hub. See Integration blocks below for details.

expressRoute AzureIntegrationsExpressRouteArgs

Azure Express Route. See Integration blocks below for details.

firewalls AzureIntegrationsFirewallsArgs

Azure Firewalls. See Integration blocks below for details.

frontDoor AzureIntegrationsFrontDoorArgs

Azure Front Door. See Integration blocks below for details.

functions AzureIntegrationsFunctionsArgs

Azure Functions. See Integration blocks below for details.

keyVault AzureIntegrationsKeyVaultArgs

Azure Key Vault. See Integration blocks below for details.

linkedAccountId number

The ID of the linked Azure account in New Relic.

loadBalancer AzureIntegrationsLoadBalancerArgs

Azure Load Balancer. See Integration blocks below for details.

logicApps AzureIntegrationsLogicAppsArgs

Azure Logic Apps. See Integration blocks below for details.

machineLearning AzureIntegrationsMachineLearningArgs

Azure Machine Learning. See Integration blocks below for details.

mariaDb AzureIntegrationsMariaDbArgs

Azure MariaDB. See Integration blocks below for details.

mysql AzureIntegrationsMysqlArgs

Azure MySQL. See Integration blocks below for details.

mysqlFlexible AzureIntegrationsMysqlFlexibleArgs

Azure MySQL Flexible Server. See Integration blocks below for details.

postgresql AzureIntegrationsPostgresqlArgs

Azure PostgreSQL. See Integration blocks below for details.

postgresqlFlexible AzureIntegrationsPostgresqlFlexibleArgs

Azure PostgreSQL Flexible Server. See Integration blocks below for details.

powerBiDedicated AzureIntegrationsPowerBiDedicatedArgs

Azure Power BI Dedicated. See Integration blocks below for details.

redisCache AzureIntegrationsRedisCacheArgs

Azure Redis Cache. See Integration blocks below for details.

serviceBus AzureIntegrationsServiceBusArgs

Azure Service Bus. See Integration blocks below for details.

sql AzureIntegrationsSqlArgs

Azure SQL. See Integration blocks below for details.

sqlManaged AzureIntegrationsSqlManagedArgs

Azure SQL Managed. See Integration blocks below for details.

storage AzureIntegrationsStorageArgs

for Azure Storage. See Integration blocks below for details.

virtualMachine AzureIntegrationsVirtualMachineArgs

Azure Virtual machine. See Integration blocks below for details.

virtualNetworks AzureIntegrationsVirtualNetworksArgs

for Azure Virtual networks. See Integration blocks below for details.

vms AzureIntegrationsVmsArgs

Azure VMs. See Integration blocks below for details.

vpnGateway AzureIntegrationsVpnGatewayArgs

Azure VPN Gateway. See Integration blocks below for details.

account_id int

The New Relic account ID to operate on. This allows the user to override the account_id attribute set on the provider. Defaults to the environment variable NEW_RELIC_ACCOUNT_ID.

api_management AzureIntegrationsApiManagementArgs

Azure API Management. See Integration blocks below for details.

app_gateway AzureIntegrationsAppGatewayArgs

Azure App Gateway. See Integration blocks below for details.

app_service AzureIntegrationsAppServiceArgs

Azure App Service. See Integration blocks below for details.

containers AzureIntegrationsContainersArgs

Azure Containers. See Integration blocks below for details.

cosmos_db AzureIntegrationsCosmosDbArgs

Azure CosmosDB. See Integration blocks below for details.

cost_management AzureIntegrationsCostManagementArgs

Azure Cost Management. See Integration blocks below for details.

data_factory AzureIntegrationsDataFactoryArgs

Azure Data Factory. See Integration blocks below for details.

event_hub AzureIntegrationsEventHubArgs

Azure Event Hub. See Integration blocks below for details.

express_route AzureIntegrationsExpressRouteArgs

Azure Express Route. See Integration blocks below for details.

firewalls AzureIntegrationsFirewallsArgs

Azure Firewalls. See Integration blocks below for details.

front_door AzureIntegrationsFrontDoorArgs

Azure Front Door. See Integration blocks below for details.

functions AzureIntegrationsFunctionsArgs

Azure Functions. See Integration blocks below for details.

key_vault AzureIntegrationsKeyVaultArgs

Azure Key Vault. See Integration blocks below for details.

linked_account_id int

The ID of the linked Azure account in New Relic.

load_balancer AzureIntegrationsLoadBalancerArgs

Azure Load Balancer. See Integration blocks below for details.

logic_apps AzureIntegrationsLogicAppsArgs

Azure Logic Apps. See Integration blocks below for details.

machine_learning AzureIntegrationsMachineLearningArgs

Azure Machine Learning. See Integration blocks below for details.

maria_db AzureIntegrationsMariaDbArgs

Azure MariaDB. See Integration blocks below for details.

mysql AzureIntegrationsMysqlArgs

Azure MySQL. See Integration blocks below for details.

mysql_flexible AzureIntegrationsMysqlFlexibleArgs

Azure MySQL Flexible Server. See Integration blocks below for details.

postgresql AzureIntegrationsPostgresqlArgs

Azure PostgreSQL. See Integration blocks below for details.

postgresql_flexible AzureIntegrationsPostgresqlFlexibleArgs

Azure PostgreSQL Flexible Server. See Integration blocks below for details.

power_bi_dedicated AzureIntegrationsPowerBiDedicatedArgs

Azure Power BI Dedicated. See Integration blocks below for details.

redis_cache AzureIntegrationsRedisCacheArgs

Azure Redis Cache. See Integration blocks below for details.

service_bus AzureIntegrationsServiceBusArgs

Azure Service Bus. See Integration blocks below for details.

sql AzureIntegrationsSqlArgs

Azure SQL. See Integration blocks below for details.

sql_managed AzureIntegrationsSqlManagedArgs

Azure SQL Managed. See Integration blocks below for details.

storage AzureIntegrationsStorageArgs

for Azure Storage. See Integration blocks below for details.

virtual_machine AzureIntegrationsVirtualMachineArgs

Azure Virtual machine. See Integration blocks below for details.

virtual_networks AzureIntegrationsVirtualNetworksArgs

for Azure Virtual networks. See Integration blocks below for details.

vms AzureIntegrationsVmsArgs

Azure VMs. See Integration blocks below for details.

vpn_gateway AzureIntegrationsVpnGatewayArgs

Azure VPN Gateway. See Integration blocks below for details.

accountId Number

The New Relic account ID to operate on. This allows the user to override the account_id attribute set on the provider. Defaults to the environment variable NEW_RELIC_ACCOUNT_ID.

apiManagement Property Map

Azure API Management. See Integration blocks below for details.

appGateway Property Map

Azure App Gateway. See Integration blocks below for details.

appService Property Map

Azure App Service. See Integration blocks below for details.

containers Property Map

Azure Containers. See Integration blocks below for details.

cosmosDb Property Map

Azure CosmosDB. See Integration blocks below for details.

costManagement Property Map

Azure Cost Management. See Integration blocks below for details.

dataFactory Property Map

Azure Data Factory. See Integration blocks below for details.

eventHub Property Map

Azure Event Hub. See Integration blocks below for details.

expressRoute Property Map

Azure Express Route. See Integration blocks below for details.

firewalls Property Map

Azure Firewalls. See Integration blocks below for details.

frontDoor Property Map

Azure Front Door. See Integration blocks below for details.

functions Property Map

Azure Functions. See Integration blocks below for details.

keyVault Property Map

Azure Key Vault. See Integration blocks below for details.

linkedAccountId Number

The ID of the linked Azure account in New Relic.

loadBalancer Property Map

Azure Load Balancer. See Integration blocks below for details.

logicApps Property Map

Azure Logic Apps. See Integration blocks below for details.

machineLearning Property Map

Azure Machine Learning. See Integration blocks below for details.

mariaDb Property Map

Azure MariaDB. See Integration blocks below for details.

mysql Property Map

Azure MySQL. See Integration blocks below for details.

mysqlFlexible Property Map

Azure MySQL Flexible Server. See Integration blocks below for details.

postgresql Property Map

Azure PostgreSQL. See Integration blocks below for details.

postgresqlFlexible Property Map

Azure PostgreSQL Flexible Server. See Integration blocks below for details.

powerBiDedicated Property Map

Azure Power BI Dedicated. See Integration blocks below for details.

redisCache Property Map

Azure Redis Cache. See Integration blocks below for details.

serviceBus Property Map

Azure Service Bus. See Integration blocks below for details.

sql Property Map

Azure SQL. See Integration blocks below for details.

sqlManaged Property Map

Azure SQL Managed. See Integration blocks below for details.

storage Property Map

for Azure Storage. See Integration blocks below for details.

virtualMachine Property Map

Azure Virtual machine. See Integration blocks below for details.

virtualNetworks Property Map

for Azure Virtual networks. See Integration blocks below for details.

vms Property Map

Azure VMs. See Integration blocks below for details.

vpnGateway Property Map

Azure VPN Gateway. See Integration blocks below for details.

Supporting Types

AzureIntegrationsApiManagement

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsAppGateway

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsAppService

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsContainers

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsCosmosDb

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsCostManagement

MetricsPollingInterval int

The data polling interval in seconds.

TagKeys List<string>

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

MetricsPollingInterval int

The data polling interval in seconds.

TagKeys []string

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

metricsPollingInterval Integer

The data polling interval in seconds.

tagKeys List<String>

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

metricsPollingInterval number

The data polling interval in seconds.

tagKeys string[]

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

metrics_polling_interval int

The data polling interval in seconds.

tag_keys Sequence[str]

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

metricsPollingInterval Number

The data polling interval in seconds.

tagKeys List<String>

Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.

AzureIntegrationsDataFactory

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsEventHub

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsExpressRoute

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsFirewalls

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsFrontDoor

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsFunctions

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsKeyVault

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsLoadBalancer

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsLogicApps

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsMachineLearning

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsMariaDb

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsMysql

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsMysqlFlexible

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsPostgresql

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsPostgresqlFlexible

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsPowerBiDedicated

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsRedisCache

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsServiceBus

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsSql

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsSqlManaged

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsStorage

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsVirtualMachine

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsVirtualNetworks

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsVms

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

AzureIntegrationsVpnGateway

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups List<string>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

MetricsPollingInterval int

The data polling interval in seconds.

ResourceGroups []string

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Integer

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval number

The data polling interval in seconds.

resourceGroups string[]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metrics_polling_interval int

The data polling interval in seconds.

resource_groups Sequence[str]

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

metricsPollingInterval Number

The data polling interval in seconds.

resourceGroups List<String>

Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive

Package Details

Repository
New Relic pulumi/pulumi-newrelic
License
Apache-2.0
Notes

This Pulumi package is based on the newrelic Terraform Provider.