published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
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
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AzureIntegrations(name: string, args: AzureIntegrationsArgs, opts?: CustomResourceOptions);@overload
def AzureIntegrations(resource_name: str,
args: AzureIntegrationsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AzureIntegrations(resource_name: str,
opts: Optional[ResourceOptions] = None,
linked_account_id: Optional[int] = None,
data_factory: Optional[AzureIntegrationsDataFactoryArgs] = None,
power_bi_dedicated: Optional[AzureIntegrationsPowerBiDedicatedArgs] = None,
app_service: Optional[AzureIntegrationsAppServiceArgs] = None,
containers: Optional[AzureIntegrationsContainersArgs] = None,
cosmos_db: Optional[AzureIntegrationsCosmosDbArgs] = None,
cost_management: Optional[AzureIntegrationsCostManagementArgs] = None,
account_id: Optional[int] = 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,
api_management: Optional[AzureIntegrationsApiManagementArgs] = None,
app_gateway: Optional[AzureIntegrationsAppGatewayArgs] = None,
load_balancer: Optional[AzureIntegrationsLoadBalancerArgs] = None,
service_bus: Optional[AzureIntegrationsServiceBusArgs] = None,
maria_db: Optional[AzureIntegrationsMariaDbArgs] = None,
mysql: Optional[AzureIntegrationsMysqlArgs] = None,
postgresql: Optional[AzureIntegrationsPostgresqlArgs] = None,
logic_apps: Optional[AzureIntegrationsLogicAppsArgs] = None,
redis_cache: Optional[AzureIntegrationsRedisCacheArgs] = None,
machine_learning: Optional[AzureIntegrationsMachineLearningArgs] = 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)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.
Parameters
- 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.
Constructor example
The following reference example uses placeholder values for all input properties.
var azureIntegrationsResource = new NewRelic.Cloud.AzureIntegrations("azureIntegrationsResource", new()
{
LinkedAccountId = 0,
DataFactory = new NewRelic.Cloud.Inputs.AzureIntegrationsDataFactoryArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
PowerBiDedicated = new NewRelic.Cloud.Inputs.AzureIntegrationsPowerBiDedicatedArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
AppService = new NewRelic.Cloud.Inputs.AzureIntegrationsAppServiceArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
Containers = new NewRelic.Cloud.Inputs.AzureIntegrationsContainersArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
CosmosDb = new NewRelic.Cloud.Inputs.AzureIntegrationsCosmosDbArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
CostManagement = new NewRelic.Cloud.Inputs.AzureIntegrationsCostManagementArgs
{
MetricsPollingInterval = 0,
TagKeys = new[]
{
"string",
},
},
AccountId = 0,
EventHub = new NewRelic.Cloud.Inputs.AzureIntegrationsEventHubArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
ExpressRoute = new NewRelic.Cloud.Inputs.AzureIntegrationsExpressRouteArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
Firewalls = new NewRelic.Cloud.Inputs.AzureIntegrationsFirewallsArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
FrontDoor = new NewRelic.Cloud.Inputs.AzureIntegrationsFrontDoorArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
Functions = new NewRelic.Cloud.Inputs.AzureIntegrationsFunctionsArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
KeyVault = new NewRelic.Cloud.Inputs.AzureIntegrationsKeyVaultArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
ApiManagement = new NewRelic.Cloud.Inputs.AzureIntegrationsApiManagementArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
AppGateway = new NewRelic.Cloud.Inputs.AzureIntegrationsAppGatewayArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
LoadBalancer = new NewRelic.Cloud.Inputs.AzureIntegrationsLoadBalancerArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
ServiceBus = new NewRelic.Cloud.Inputs.AzureIntegrationsServiceBusArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
MariaDb = new NewRelic.Cloud.Inputs.AzureIntegrationsMariaDbArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
Mysql = new NewRelic.Cloud.Inputs.AzureIntegrationsMysqlArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
Postgresql = new NewRelic.Cloud.Inputs.AzureIntegrationsPostgresqlArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
LogicApps = new NewRelic.Cloud.Inputs.AzureIntegrationsLogicAppsArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
RedisCache = new NewRelic.Cloud.Inputs.AzureIntegrationsRedisCacheArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
MachineLearning = new NewRelic.Cloud.Inputs.AzureIntegrationsMachineLearningArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
Sql = new NewRelic.Cloud.Inputs.AzureIntegrationsSqlArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
SqlManaged = new NewRelic.Cloud.Inputs.AzureIntegrationsSqlManagedArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
Storage = new NewRelic.Cloud.Inputs.AzureIntegrationsStorageArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
VirtualMachine = new NewRelic.Cloud.Inputs.AzureIntegrationsVirtualMachineArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
VirtualNetworks = new NewRelic.Cloud.Inputs.AzureIntegrationsVirtualNetworksArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
Vms = new NewRelic.Cloud.Inputs.AzureIntegrationsVmsArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
VpnGateway = new NewRelic.Cloud.Inputs.AzureIntegrationsVpnGatewayArgs
{
MetricsPollingInterval = 0,
ResourceGroups = new[]
{
"string",
},
},
});
example, err := cloud.NewAzureIntegrations(ctx, "azureIntegrationsResource", &cloud.AzureIntegrationsArgs{
LinkedAccountId: pulumi.Int(0),
DataFactory: &cloud.AzureIntegrationsDataFactoryArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
PowerBiDedicated: &cloud.AzureIntegrationsPowerBiDedicatedArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
AppService: &cloud.AzureIntegrationsAppServiceArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
Containers: &cloud.AzureIntegrationsContainersArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
CosmosDb: &cloud.AzureIntegrationsCosmosDbArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
CostManagement: &cloud.AzureIntegrationsCostManagementArgs{
MetricsPollingInterval: pulumi.Int(0),
TagKeys: pulumi.StringArray{
pulumi.String("string"),
},
},
AccountId: pulumi.Int(0),
EventHub: &cloud.AzureIntegrationsEventHubArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
ExpressRoute: &cloud.AzureIntegrationsExpressRouteArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
Firewalls: &cloud.AzureIntegrationsFirewallsArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
FrontDoor: &cloud.AzureIntegrationsFrontDoorArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
Functions: &cloud.AzureIntegrationsFunctionsArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
KeyVault: &cloud.AzureIntegrationsKeyVaultArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
ApiManagement: &cloud.AzureIntegrationsApiManagementArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
AppGateway: &cloud.AzureIntegrationsAppGatewayArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
LoadBalancer: &cloud.AzureIntegrationsLoadBalancerArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
ServiceBus: &cloud.AzureIntegrationsServiceBusArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
MariaDb: &cloud.AzureIntegrationsMariaDbArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
Mysql: &cloud.AzureIntegrationsMysqlArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
Postgresql: &cloud.AzureIntegrationsPostgresqlArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
LogicApps: &cloud.AzureIntegrationsLogicAppsArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
RedisCache: &cloud.AzureIntegrationsRedisCacheArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
MachineLearning: &cloud.AzureIntegrationsMachineLearningArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
Sql: &cloud.AzureIntegrationsSqlArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
SqlManaged: &cloud.AzureIntegrationsSqlManagedArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
Storage: &cloud.AzureIntegrationsStorageArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
VirtualMachine: &cloud.AzureIntegrationsVirtualMachineArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
VirtualNetworks: &cloud.AzureIntegrationsVirtualNetworksArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
Vms: &cloud.AzureIntegrationsVmsArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
VpnGateway: &cloud.AzureIntegrationsVpnGatewayArgs{
MetricsPollingInterval: pulumi.Int(0),
ResourceGroups: pulumi.StringArray{
pulumi.String("string"),
},
},
})
var azureIntegrationsResource = new AzureIntegrations("azureIntegrationsResource", AzureIntegrationsArgs.builder()
.linkedAccountId(0)
.dataFactory(AzureIntegrationsDataFactoryArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.powerBiDedicated(AzureIntegrationsPowerBiDedicatedArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.appService(AzureIntegrationsAppServiceArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.containers(AzureIntegrationsContainersArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.cosmosDb(AzureIntegrationsCosmosDbArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.costManagement(AzureIntegrationsCostManagementArgs.builder()
.metricsPollingInterval(0)
.tagKeys("string")
.build())
.accountId(0)
.eventHub(AzureIntegrationsEventHubArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.expressRoute(AzureIntegrationsExpressRouteArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.firewalls(AzureIntegrationsFirewallsArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.frontDoor(AzureIntegrationsFrontDoorArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.functions(AzureIntegrationsFunctionsArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.keyVault(AzureIntegrationsKeyVaultArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.apiManagement(AzureIntegrationsApiManagementArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.appGateway(AzureIntegrationsAppGatewayArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.loadBalancer(AzureIntegrationsLoadBalancerArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.serviceBus(AzureIntegrationsServiceBusArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.mariaDb(AzureIntegrationsMariaDbArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.mysql(AzureIntegrationsMysqlArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.postgresql(AzureIntegrationsPostgresqlArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.logicApps(AzureIntegrationsLogicAppsArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.redisCache(AzureIntegrationsRedisCacheArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.machineLearning(AzureIntegrationsMachineLearningArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.sql(AzureIntegrationsSqlArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.sqlManaged(AzureIntegrationsSqlManagedArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.storage(AzureIntegrationsStorageArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.virtualMachine(AzureIntegrationsVirtualMachineArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.virtualNetworks(AzureIntegrationsVirtualNetworksArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.vms(AzureIntegrationsVmsArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.vpnGateway(AzureIntegrationsVpnGatewayArgs.builder()
.metricsPollingInterval(0)
.resourceGroups("string")
.build())
.build());
azure_integrations_resource = newrelic.cloud.AzureIntegrations("azureIntegrationsResource",
linked_account_id=0,
data_factory={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
power_bi_dedicated={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
app_service={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
containers={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
cosmos_db={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
cost_management={
"metrics_polling_interval": 0,
"tag_keys": ["string"],
},
account_id=0,
event_hub={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
express_route={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
firewalls={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
front_door={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
functions={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
key_vault={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
api_management={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
app_gateway={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
load_balancer={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
service_bus={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
maria_db={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
mysql={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
postgresql={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
logic_apps={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
redis_cache={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
machine_learning={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
sql={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
sql_managed={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
storage={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
virtual_machine={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
virtual_networks={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
vms={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
},
vpn_gateway={
"metrics_polling_interval": 0,
"resource_groups": ["string"],
})
const azureIntegrationsResource = new newrelic.cloud.AzureIntegrations("azureIntegrationsResource", {
linkedAccountId: 0,
dataFactory: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
powerBiDedicated: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
appService: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
containers: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
cosmosDb: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
costManagement: {
metricsPollingInterval: 0,
tagKeys: ["string"],
},
accountId: 0,
eventHub: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
expressRoute: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
firewalls: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
frontDoor: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
functions: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
keyVault: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
apiManagement: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
appGateway: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
loadBalancer: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
serviceBus: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
mariaDb: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
mysql: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
postgresql: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
logicApps: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
redisCache: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
machineLearning: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
sql: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
sqlManaged: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
storage: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
virtualMachine: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
virtualNetworks: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
vms: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
vpnGateway: {
metricsPollingInterval: 0,
resourceGroups: ["string"],
},
});
type: newrelic:cloud:AzureIntegrations
properties:
accountId: 0
apiManagement:
metricsPollingInterval: 0
resourceGroups:
- string
appGateway:
metricsPollingInterval: 0
resourceGroups:
- string
appService:
metricsPollingInterval: 0
resourceGroups:
- string
containers:
metricsPollingInterval: 0
resourceGroups:
- string
cosmosDb:
metricsPollingInterval: 0
resourceGroups:
- string
costManagement:
metricsPollingInterval: 0
tagKeys:
- string
dataFactory:
metricsPollingInterval: 0
resourceGroups:
- string
eventHub:
metricsPollingInterval: 0
resourceGroups:
- string
expressRoute:
metricsPollingInterval: 0
resourceGroups:
- string
firewalls:
metricsPollingInterval: 0
resourceGroups:
- string
frontDoor:
metricsPollingInterval: 0
resourceGroups:
- string
functions:
metricsPollingInterval: 0
resourceGroups:
- string
keyVault:
metricsPollingInterval: 0
resourceGroups:
- string
linkedAccountId: 0
loadBalancer:
metricsPollingInterval: 0
resourceGroups:
- string
logicApps:
metricsPollingInterval: 0
resourceGroups:
- string
machineLearning:
metricsPollingInterval: 0
resourceGroups:
- string
mariaDb:
metricsPollingInterval: 0
resourceGroups:
- string
mysql:
metricsPollingInterval: 0
resourceGroups:
- string
postgresql:
metricsPollingInterval: 0
resourceGroups:
- string
powerBiDedicated:
metricsPollingInterval: 0
resourceGroups:
- string
redisCache:
metricsPollingInterval: 0
resourceGroups:
- string
serviceBus:
metricsPollingInterval: 0
resourceGroups:
- string
sql:
metricsPollingInterval: 0
resourceGroups:
- string
sqlManaged:
metricsPollingInterval: 0
resourceGroups:
- string
storage:
metricsPollingInterval: 0
resourceGroups:
- string
virtualMachine:
metricsPollingInterval: 0
resourceGroups:
- string
virtualNetworks:
metricsPollingInterval: 0
resourceGroups:
- string
vms:
metricsPollingInterval: 0
resourceGroups:
- string
vpnGateway:
metricsPollingInterval: 0
resourceGroups:
- string
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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The AzureIntegrations resource accepts the following input properties:
- Linked
Account intId - 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_idattribute set on the provider. Defaults to the environment variableNEW_RELIC_ACCOUNT_ID. - Api
Management Pulumi.New Relic. Cloud. Inputs. Azure Integrations Api Management - Azure API Management. See Integration blocks below for details.
- App
Gateway Pulumi.New Relic. Cloud. Inputs. Azure Integrations App Gateway - Azure App Gateway. See Integration blocks below for details.
- App
Service Pulumi.New Relic. Cloud. Inputs. Azure Integrations App Service - Azure App Service. See Integration blocks below for details.
- Containers
Pulumi.
New Relic. Cloud. Inputs. Azure Integrations Containers - Azure Containers. See Integration blocks below for details.
- Cosmos
Db Pulumi.New Relic. Cloud. Inputs. Azure Integrations Cosmos Db - Azure CosmosDB. See Integration blocks below for details.
- Cost
Management Pulumi.New Relic. Cloud. Inputs. Azure Integrations Cost Management - Azure Cost Management. See Integration blocks below for details.
- Data
Factory Pulumi.New Relic. Cloud. Inputs. Azure Integrations Data Factory - for Azure Data Factory. See Integration blocks below for details.
- Event
Hub Pulumi.New Relic. Cloud. Inputs. Azure Integrations Event Hub - for Azure Event Hub. See Integration blocks below for details.
- Express
Route Pulumi.New Relic. Cloud. Inputs. Azure Integrations Express Route - for Azure Express Route. See Integration blocks below for details.
- Firewalls
Pulumi.
New Relic. Cloud. Inputs. Azure Integrations Firewalls - for Azure Firewalls. See Integration blocks below for details.
- Front
Door Pulumi.New Relic. Cloud. Inputs. Azure Integrations Front Door - for Azure Front Door. See Integration blocks below for details.
- Functions
Pulumi.
New Relic. Cloud. Inputs. Azure Integrations Functions - for Azure Functions. See Integration blocks below for details.
- Key
Vault Pulumi.New Relic. Cloud. Inputs. Azure Integrations Key Vault - for Azure Key Vault. See Integration blocks below for details.
- Load
Balancer Pulumi.New Relic. Cloud. Inputs. Azure Integrations Load Balancer - for Azure Load Balancer. See Integration blocks below for details.
- Logic
Apps Pulumi.New Relic. Cloud. Inputs. Azure Integrations Logic Apps - for Azure Logic Apps. See Integration blocks below for details.
- Machine
Learning Pulumi.New Relic. Cloud. Inputs. Azure Integrations Machine Learning - for Azure Machine Learning. See Integration blocks below for details.
- Maria
Db Pulumi.New Relic. Cloud. Inputs. Azure Integrations Maria Db - for Azure MariaDB. See Integration blocks below for details.
- Mysql
Pulumi.
New Relic. Cloud. Inputs. Azure Integrations Mysql - for Azure MySQL. See Integration blocks below for details.
- Postgresql
Pulumi.
New Relic. Cloud. Inputs. Azure Integrations Postgresql - for Azure PostgreSQL. See Integration blocks below for details.
- Power
Bi Pulumi.Dedicated New Relic. Cloud. Inputs. Azure Integrations Power Bi Dedicated - for Azure Power BI Dedicated. See Integration blocks below for details.
- Redis
Cache Pulumi.New Relic. Cloud. Inputs. Azure Integrations Redis Cache - for Azure Redis Cache. See Integration blocks below for details.
- Service
Bus Pulumi.New Relic. Cloud. Inputs. Azure Integrations Service Bus - for Azure Service Bus. See Integration blocks below for details.
- Sql
Pulumi.
New Relic. Cloud. Inputs. Azure Integrations Sql - for Azure SQL. See Integration blocks below for details.
- Sql
Managed Pulumi.New Relic. Cloud. Inputs. Azure Integrations Sql Managed - for SQL Managed. See Integration blocks below for details.
- Storage
Pulumi.
New Relic. Cloud. Inputs. Azure Integrations Storage - for Azure Storage. See Integration blocks below for details.
- Virtual
Machine Pulumi.New Relic. Cloud. Inputs. Azure Integrations Virtual Machine - for Azure Virtual machine. See Integration blocks below for details.
- Virtual
Networks Pulumi.New Relic. Cloud. Inputs. Azure Integrations Virtual Networks - for Azure Virtual networks. See Integration blocks below for details.
- Vms
Pulumi.
New Relic. Cloud. Inputs. Azure Integrations Vms - for Azure VMs. See Integration blocks below for details.
- Vpn
Gateway Pulumi.New Relic. Cloud. Inputs. Azure Integrations Vpn Gateway - for Azure VPN Gateway. See Integration blocks below for details.
- Linked
Account intId - 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_idattribute set on the provider. Defaults to the environment variableNEW_RELIC_ACCOUNT_ID. - Api
Management AzureIntegrations Api Management Args - Azure API Management. See Integration blocks below for details.
- App
Gateway AzureIntegrations App Gateway Args - Azure App Gateway. See Integration blocks below for details.
- App
Service AzureIntegrations App Service Args - Azure App Service. See Integration blocks below for details.
- Containers
Azure
Integrations Containers Args - Azure Containers. See Integration blocks below for details.
- Cosmos
Db AzureIntegrations Cosmos Db Args - Azure CosmosDB. See Integration blocks below for details.
- Cost
Management AzureIntegrations Cost Management Args - Azure Cost Management. See Integration blocks below for details.
- Data
Factory AzureIntegrations Data Factory Args - for Azure Data Factory. See Integration blocks below for details.
- Event
Hub AzureIntegrations Event Hub Args - for Azure Event Hub. See Integration blocks below for details.
- Express
Route AzureIntegrations Express Route Args - for Azure Express Route. See Integration blocks below for details.
- Firewalls
Azure
Integrations Firewalls Args - for Azure Firewalls. See Integration blocks below for details.
- Front
Door AzureIntegrations Front Door Args - for Azure Front Door. See Integration blocks below for details.
- Functions
Azure
Integrations Functions Args - for Azure Functions. See Integration blocks below for details.
- Key
Vault AzureIntegrations Key Vault Args - for Azure Key Vault. See Integration blocks below for details.
- Load
Balancer AzureIntegrations Load Balancer Args - for Azure Load Balancer. See Integration blocks below for details.
- Logic
Apps AzureIntegrations Logic Apps Args - for Azure Logic Apps. See Integration blocks below for details.
- Machine
Learning AzureIntegrations Machine Learning Args - for Azure Machine Learning. See Integration blocks below for details.
- Maria
Db AzureIntegrations Maria Db Args - for Azure MariaDB. See Integration blocks below for details.
- Mysql
Azure
Integrations Mysql Args - for Azure MySQL. See Integration blocks below for details.
- Postgresql
Azure
Integrations Postgresql Args - for Azure PostgreSQL. See Integration blocks below for details.
- Power
Bi AzureDedicated Integrations Power Bi Dedicated Args - for Azure Power BI Dedicated. See Integration blocks below for details.
- Redis
Cache AzureIntegrations Redis Cache Args - for Azure Redis Cache. See Integration blocks below for details.
- Service
Bus AzureIntegrations Service Bus Args - for Azure Service Bus. See Integration blocks below for details.
- Sql
Azure
Integrations Sql Args - for Azure SQL. See Integration blocks below for details.
- Sql
Managed AzureIntegrations Sql Managed Args - for SQL Managed. See Integration blocks below for details.
- Storage
Azure
Integrations Storage Args - for Azure Storage. See Integration blocks below for details.
- Virtual
Machine AzureIntegrations Virtual Machine Args - for Azure Virtual machine. See Integration blocks below for details.
- Virtual
Networks AzureIntegrations Virtual Networks Args - for Azure Virtual networks. See Integration blocks below for details.
- Vms
Azure
Integrations Vms Args - for Azure VMs. See Integration blocks below for details.
- Vpn
Gateway AzureIntegrations Vpn Gateway Args - for Azure VPN Gateway. See Integration blocks below for details.
- linked
Account IntegerId - The ID of the linked Azure account in New Relic.
- account
Id Integer - The New Relic account ID to operate on. This allows the user to override the
account_idattribute set on the provider. Defaults to the environment variableNEW_RELIC_ACCOUNT_ID. - api
Management AzureIntegrations Api Management - Azure API Management. See Integration blocks below for details.
- app
Gateway AzureIntegrations App Gateway - Azure App Gateway. See Integration blocks below for details.
- app
Service AzureIntegrations App Service - Azure App Service. See Integration blocks below for details.
- containers
Azure
Integrations Containers - Azure Containers. See Integration blocks below for details.
- cosmos
Db AzureIntegrations Cosmos Db - Azure CosmosDB. See Integration blocks below for details.
- cost
Management AzureIntegrations Cost Management - Azure Cost Management. See Integration blocks below for details.
- data
Factory AzureIntegrations Data Factory - for Azure Data Factory. See Integration blocks below for details.
- event
Hub AzureIntegrations Event Hub - for Azure Event Hub. See Integration blocks below for details.
- express
Route AzureIntegrations Express Route - for Azure Express Route. See Integration blocks below for details.
- firewalls
Azure
Integrations Firewalls - for Azure Firewalls. See Integration blocks below for details.
- front
Door AzureIntegrations Front Door - for Azure Front Door. See Integration blocks below for details.
- functions
Azure
Integrations Functions - for Azure Functions. See Integration blocks below for details.
- key
Vault AzureIntegrations Key Vault - for Azure Key Vault. See Integration blocks below for details.
- load
Balancer AzureIntegrations Load Balancer - for Azure Load Balancer. See Integration blocks below for details.
- logic
Apps AzureIntegrations Logic Apps - for Azure Logic Apps. See Integration blocks below for details.
- machine
Learning AzureIntegrations Machine Learning - for Azure Machine Learning. See Integration blocks below for details.
- maria
Db AzureIntegrations Maria Db - for Azure MariaDB. See Integration blocks below for details.
- mysql
Azure
Integrations Mysql - for Azure MySQL. See Integration blocks below for details.
- postgresql
Azure
Integrations Postgresql - for Azure PostgreSQL. See Integration blocks below for details.
- power
Bi AzureDedicated Integrations Power Bi Dedicated - for Azure Power BI Dedicated. See Integration blocks below for details.
- redis
Cache AzureIntegrations Redis Cache - for Azure Redis Cache. See Integration blocks below for details.
- service
Bus AzureIntegrations Service Bus - for Azure Service Bus. See Integration blocks below for details.
- sql
Azure
Integrations Sql - for Azure SQL. See Integration blocks below for details.
- sql
Managed AzureIntegrations Sql Managed - for SQL Managed. See Integration blocks below for details.
- storage
Azure
Integrations Storage - for Azure Storage. See Integration blocks below for details.
- virtual
Machine AzureIntegrations Virtual Machine - for Azure Virtual machine. See Integration blocks below for details.
- virtual
Networks AzureIntegrations Virtual Networks - for Azure Virtual networks. See Integration blocks below for details.
- vms
Azure
Integrations Vms - for Azure VMs. See Integration blocks below for details.
- vpn
Gateway AzureIntegrations Vpn Gateway - for Azure VPN Gateway. See Integration blocks below for details.
- linked
Account numberId - The ID of the linked Azure account in New Relic.
- account
Id number - The New Relic account ID to operate on. This allows the user to override the
account_idattribute set on the provider. Defaults to the environment variableNEW_RELIC_ACCOUNT_ID. - api
Management AzureIntegrations Api Management - Azure API Management. See Integration blocks below for details.
- app
Gateway AzureIntegrations App Gateway - Azure App Gateway. See Integration blocks below for details.
- app
Service AzureIntegrations App Service - Azure App Service. See Integration blocks below for details.
- containers
Azure
Integrations Containers - Azure Containers. See Integration blocks below for details.
- cosmos
Db AzureIntegrations Cosmos Db - Azure CosmosDB. See Integration blocks below for details.
- cost
Management AzureIntegrations Cost Management - Azure Cost Management. See Integration blocks below for details.
- data
Factory AzureIntegrations Data Factory - for Azure Data Factory. See Integration blocks below for details.
- event
Hub AzureIntegrations Event Hub - for Azure Event Hub. See Integration blocks below for details.
- express
Route AzureIntegrations Express Route - for Azure Express Route. See Integration blocks below for details.
- firewalls
Azure
Integrations Firewalls - for Azure Firewalls. See Integration blocks below for details.
- front
Door AzureIntegrations Front Door - for Azure Front Door. See Integration blocks below for details.
- functions
Azure
Integrations Functions - for Azure Functions. See Integration blocks below for details.
- key
Vault AzureIntegrations Key Vault - for Azure Key Vault. See Integration blocks below for details.
- load
Balancer AzureIntegrations Load Balancer - for Azure Load Balancer. See Integration blocks below for details.
- logic
Apps AzureIntegrations Logic Apps - for Azure Logic Apps. See Integration blocks below for details.
- machine
Learning AzureIntegrations Machine Learning - for Azure Machine Learning. See Integration blocks below for details.
- maria
Db AzureIntegrations Maria Db - for Azure MariaDB. See Integration blocks below for details.
- mysql
Azure
Integrations Mysql - for Azure MySQL. See Integration blocks below for details.
- postgresql
Azure
Integrations Postgresql - for Azure PostgreSQL. See Integration blocks below for details.
- power
Bi AzureDedicated Integrations Power Bi Dedicated - for Azure Power BI Dedicated. See Integration blocks below for details.
- redis
Cache AzureIntegrations Redis Cache - for Azure Redis Cache. See Integration blocks below for details.
- service
Bus AzureIntegrations Service Bus - for Azure Service Bus. See Integration blocks below for details.
- sql
Azure
Integrations Sql - for Azure SQL. See Integration blocks below for details.
- sql
Managed AzureIntegrations Sql Managed - for SQL Managed. See Integration blocks below for details.
- storage
Azure
Integrations Storage - for Azure Storage. See Integration blocks below for details.
- virtual
Machine AzureIntegrations Virtual Machine - for Azure Virtual machine. See Integration blocks below for details.
- virtual
Networks AzureIntegrations Virtual Networks - for Azure Virtual networks. See Integration blocks below for details.
- vms
Azure
Integrations Vms - for Azure VMs. See Integration blocks below for details.
- vpn
Gateway AzureIntegrations Vpn Gateway - for Azure VPN Gateway. See Integration blocks below for details.
- linked_
account_ intid - 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_idattribute set on the provider. Defaults to the environment variableNEW_RELIC_ACCOUNT_ID. - api_
management AzureIntegrations Api Management Args - Azure API Management. See Integration blocks below for details.
- app_
gateway AzureIntegrations App Gateway Args - Azure App Gateway. See Integration blocks below for details.
- app_
service AzureIntegrations App Service Args - Azure App Service. See Integration blocks below for details.
- containers
Azure
Integrations Containers Args - Azure Containers. See Integration blocks below for details.
- cosmos_
db AzureIntegrations Cosmos Db Args - Azure CosmosDB. See Integration blocks below for details.
- cost_
management AzureIntegrations Cost Management Args - Azure Cost Management. See Integration blocks below for details.
- data_
factory AzureIntegrations Data Factory Args - for Azure Data Factory. See Integration blocks below for details.
- event_
hub AzureIntegrations Event Hub Args - for Azure Event Hub. See Integration blocks below for details.
- express_
route AzureIntegrations Express Route Args - for Azure Express Route. See Integration blocks below for details.
- firewalls
Azure
Integrations Firewalls Args - for Azure Firewalls. See Integration blocks below for details.
- front_
door AzureIntegrations Front Door Args - for Azure Front Door. See Integration blocks below for details.
- functions
Azure
Integrations Functions Args - for Azure Functions. See Integration blocks below for details.
- key_
vault AzureIntegrations Key Vault Args - for Azure Key Vault. See Integration blocks below for details.
- load_
balancer AzureIntegrations Load Balancer Args - for Azure Load Balancer. See Integration blocks below for details.
- logic_
apps AzureIntegrations Logic Apps Args - for Azure Logic Apps. See Integration blocks below for details.
- machine_
learning AzureIntegrations Machine Learning Args - for Azure Machine Learning. See Integration blocks below for details.
- maria_
db AzureIntegrations Maria Db Args - for Azure MariaDB. See Integration blocks below for details.
- mysql
Azure
Integrations Mysql Args - for Azure MySQL. See Integration blocks below for details.
- postgresql
Azure
Integrations Postgresql Args - for Azure PostgreSQL. See Integration blocks below for details.
- power_
bi_ Azurededicated Integrations Power Bi Dedicated Args - for Azure Power BI Dedicated. See Integration blocks below for details.
- redis_
cache AzureIntegrations Redis Cache Args - for Azure Redis Cache. See Integration blocks below for details.
- service_
bus AzureIntegrations Service Bus Args - for Azure Service Bus. See Integration blocks below for details.
- sql
Azure
Integrations Sql Args - for Azure SQL. See Integration blocks below for details.
- sql_
managed AzureIntegrations Sql Managed Args - for SQL Managed. See Integration blocks below for details.
- storage
Azure
Integrations Storage Args - for Azure Storage. See Integration blocks below for details.
- virtual_
machine AzureIntegrations Virtual Machine Args - for Azure Virtual machine. See Integration blocks below for details.
- virtual_
networks AzureIntegrations Virtual Networks Args - for Azure Virtual networks. See Integration blocks below for details.
- vms
Azure
Integrations Vms Args - for Azure VMs. See Integration blocks below for details.
- vpn_
gateway AzureIntegrations Vpn Gateway Args - for Azure VPN Gateway. See Integration blocks below for details.
- linked
Account NumberId - The ID of the linked Azure account in New Relic.
- account
Id Number - The New Relic account ID to operate on. This allows the user to override the
account_idattribute set on the provider. Defaults to the environment variableNEW_RELIC_ACCOUNT_ID. - api
Management Property Map - Azure API Management. See Integration blocks below for details.
- app
Gateway Property Map - Azure App Gateway. See Integration blocks below for details.
- app
Service Property Map - Azure App Service. See Integration blocks below for details.
- containers Property Map
- Azure Containers. See Integration blocks below for details.
- cosmos
Db Property Map - Azure CosmosDB. See Integration blocks below for details.
- cost
Management Property Map - Azure Cost Management. See Integration blocks below for details.
- data
Factory Property Map - for Azure Data Factory. See Integration blocks below for details.
- event
Hub Property Map - for Azure Event Hub. See Integration blocks below for details.
- express
Route Property Map - for Azure Express Route. See Integration blocks below for details.
- firewalls Property Map
- for Azure Firewalls. See Integration blocks below for details.
- front
Door Property Map - for Azure Front Door. See Integration blocks below for details.
- functions Property Map
- for Azure Functions. See Integration blocks below for details.
- key
Vault Property Map - for Azure Key Vault. See Integration blocks below for details.
- load
Balancer Property Map - for Azure Load Balancer. See Integration blocks below for details.
- logic
Apps Property Map - for Azure Logic Apps. See Integration blocks below for details.
- machine
Learning Property Map - for Azure Machine Learning. See Integration blocks below for details.
- maria
Db Property Map - for Azure MariaDB. See Integration blocks below for details.
- mysql Property Map
- for Azure MySQL. See Integration blocks below for details.
- postgresql Property Map
- for Azure PostgreSQL. See Integration blocks below for details.
- power
Bi Property MapDedicated - for Azure Power BI Dedicated. See Integration blocks below for details.
- redis
Cache Property Map - for Azure Redis Cache. See Integration blocks below for details.
- service
Bus Property Map - for Azure Service Bus. See Integration blocks below for details.
- sql Property Map
- for Azure SQL. See Integration blocks below for details.
- sql
Managed Property Map - for SQL Managed. See Integration blocks below for details.
- storage Property Map
- for Azure Storage. See Integration blocks below for details.
- virtual
Machine Property Map - for Azure Virtual machine. See Integration blocks below for details.
- virtual
Networks Property Map - for Azure Virtual networks. See Integration blocks below for details.
- vms Property Map
- for Azure VMs. See Integration blocks below for details.
- vpn
Gateway Property Map - for 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,
postgresql: Optional[AzureIntegrationsPostgresqlArgs] = 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) -> AzureIntegrationsfunc 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)resources: _: type: newrelic:cloud:AzureIntegrations get: id: ${id}- 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.
- Account
Id int - The New Relic account ID to operate on. This allows the user to override the
account_idattribute set on the provider. Defaults to the environment variableNEW_RELIC_ACCOUNT_ID. - Api
Management Pulumi.New Relic. Cloud. Inputs. Azure Integrations Api Management - Azure API Management. See Integration blocks below for details.
- App
Gateway Pulumi.New Relic. Cloud. Inputs. Azure Integrations App Gateway - Azure App Gateway. See Integration blocks below for details.
- App
Service Pulumi.New Relic. Cloud. Inputs. Azure Integrations App Service - Azure App Service. See Integration blocks below for details.
- Containers
Pulumi.
New Relic. Cloud. Inputs. Azure Integrations Containers - Azure Containers. See Integration blocks below for details.
- Cosmos
Db Pulumi.New Relic. Cloud. Inputs. Azure Integrations Cosmos Db - Azure CosmosDB. See Integration blocks below for details.
- Cost
Management Pulumi.New Relic. Cloud. Inputs. Azure Integrations Cost Management - Azure Cost Management. See Integration blocks below for details.
- Data
Factory Pulumi.New Relic. Cloud. Inputs. Azure Integrations Data Factory - for Azure Data Factory. See Integration blocks below for details.
- Event
Hub Pulumi.New Relic. Cloud. Inputs. Azure Integrations Event Hub - for Azure Event Hub. See Integration blocks below for details.
- Express
Route Pulumi.New Relic. Cloud. Inputs. Azure Integrations Express Route - for Azure Express Route. See Integration blocks below for details.
- Firewalls
Pulumi.
New Relic. Cloud. Inputs. Azure Integrations Firewalls - for Azure Firewalls. See Integration blocks below for details.
- Front
Door Pulumi.New Relic. Cloud. Inputs. Azure Integrations Front Door - for Azure Front Door. See Integration blocks below for details.
- Functions
Pulumi.
New Relic. Cloud. Inputs. Azure Integrations Functions - for Azure Functions. See Integration blocks below for details.
- Key
Vault Pulumi.New Relic. Cloud. Inputs. Azure Integrations Key Vault - for Azure Key Vault. See Integration blocks below for details.
- Linked
Account intId - The ID of the linked Azure account in New Relic.
- Load
Balancer Pulumi.New Relic. Cloud. Inputs. Azure Integrations Load Balancer - for Azure Load Balancer. See Integration blocks below for details.
- Logic
Apps Pulumi.New Relic. Cloud. Inputs. Azure Integrations Logic Apps - for Azure Logic Apps. See Integration blocks below for details.
- Machine
Learning Pulumi.New Relic. Cloud. Inputs. Azure Integrations Machine Learning - for Azure Machine Learning. See Integration blocks below for details.
- Maria
Db Pulumi.New Relic. Cloud. Inputs. Azure Integrations Maria Db - for Azure MariaDB. See Integration blocks below for details.
- Mysql
Pulumi.
New Relic. Cloud. Inputs. Azure Integrations Mysql - for Azure MySQL. See Integration blocks below for details.
- Postgresql
Pulumi.
New Relic. Cloud. Inputs. Azure Integrations Postgresql - for Azure PostgreSQL. See Integration blocks below for details.
- Power
Bi Pulumi.Dedicated New Relic. Cloud. Inputs. Azure Integrations Power Bi Dedicated - for Azure Power BI Dedicated. See Integration blocks below for details.
- Redis
Cache Pulumi.New Relic. Cloud. Inputs. Azure Integrations Redis Cache - for Azure Redis Cache. See Integration blocks below for details.
- Service
Bus Pulumi.New Relic. Cloud. Inputs. Azure Integrations Service Bus - for Azure Service Bus. See Integration blocks below for details.
- Sql
Pulumi.
New Relic. Cloud. Inputs. Azure Integrations Sql - for Azure SQL. See Integration blocks below for details.
- Sql
Managed Pulumi.New Relic. Cloud. Inputs. Azure Integrations Sql Managed - for SQL Managed. See Integration blocks below for details.
- Storage
Pulumi.
New Relic. Cloud. Inputs. Azure Integrations Storage - for Azure Storage. See Integration blocks below for details.
- Virtual
Machine Pulumi.New Relic. Cloud. Inputs. Azure Integrations Virtual Machine - for Azure Virtual machine. See Integration blocks below for details.
- Virtual
Networks Pulumi.New Relic. Cloud. Inputs. Azure Integrations Virtual Networks - for Azure Virtual networks. See Integration blocks below for details.
- Vms
Pulumi.
New Relic. Cloud. Inputs. Azure Integrations Vms - for Azure VMs. See Integration blocks below for details.
- Vpn
Gateway Pulumi.New Relic. Cloud. Inputs. Azure Integrations Vpn Gateway - for 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_idattribute set on the provider. Defaults to the environment variableNEW_RELIC_ACCOUNT_ID. - Api
Management AzureIntegrations Api Management Args - Azure API Management. See Integration blocks below for details.
- App
Gateway AzureIntegrations App Gateway Args - Azure App Gateway. See Integration blocks below for details.
- App
Service AzureIntegrations App Service Args - Azure App Service. See Integration blocks below for details.
- Containers
Azure
Integrations Containers Args - Azure Containers. See Integration blocks below for details.
- Cosmos
Db AzureIntegrations Cosmos Db Args - Azure CosmosDB. See Integration blocks below for details.
- Cost
Management AzureIntegrations Cost Management Args - Azure Cost Management. See Integration blocks below for details.
- Data
Factory AzureIntegrations Data Factory Args - for Azure Data Factory. See Integration blocks below for details.
- Event
Hub AzureIntegrations Event Hub Args - for Azure Event Hub. See Integration blocks below for details.
- Express
Route AzureIntegrations Express Route Args - for Azure Express Route. See Integration blocks below for details.
- Firewalls
Azure
Integrations Firewalls Args - for Azure Firewalls. See Integration blocks below for details.
- Front
Door AzureIntegrations Front Door Args - for Azure Front Door. See Integration blocks below for details.
- Functions
Azure
Integrations Functions Args - for Azure Functions. See Integration blocks below for details.
- Key
Vault AzureIntegrations Key Vault Args - for Azure Key Vault. See Integration blocks below for details.
- Linked
Account intId - The ID of the linked Azure account in New Relic.
- Load
Balancer AzureIntegrations Load Balancer Args - for Azure Load Balancer. See Integration blocks below for details.
- Logic
Apps AzureIntegrations Logic Apps Args - for Azure Logic Apps. See Integration blocks below for details.
- Machine
Learning AzureIntegrations Machine Learning Args - for Azure Machine Learning. See Integration blocks below for details.
- Maria
Db AzureIntegrations Maria Db Args - for Azure MariaDB. See Integration blocks below for details.
- Mysql
Azure
Integrations Mysql Args - for Azure MySQL. See Integration blocks below for details.
- Postgresql
Azure
Integrations Postgresql Args - for Azure PostgreSQL. See Integration blocks below for details.
- Power
Bi AzureDedicated Integrations Power Bi Dedicated Args - for Azure Power BI Dedicated. See Integration blocks below for details.
- Redis
Cache AzureIntegrations Redis Cache Args - for Azure Redis Cache. See Integration blocks below for details.
- Service
Bus AzureIntegrations Service Bus Args - for Azure Service Bus. See Integration blocks below for details.
- Sql
Azure
Integrations Sql Args - for Azure SQL. See Integration blocks below for details.
- Sql
Managed AzureIntegrations Sql Managed Args - for SQL Managed. See Integration blocks below for details.
- Storage
Azure
Integrations Storage Args - for Azure Storage. See Integration blocks below for details.
- Virtual
Machine AzureIntegrations Virtual Machine Args - for Azure Virtual machine. See Integration blocks below for details.
- Virtual
Networks AzureIntegrations Virtual Networks Args - for Azure Virtual networks. See Integration blocks below for details.
- Vms
Azure
Integrations Vms Args - for Azure VMs. See Integration blocks below for details.
- Vpn
Gateway AzureIntegrations Vpn Gateway Args - for Azure VPN Gateway. See Integration blocks below for details.
- account
Id Integer - The New Relic account ID to operate on. This allows the user to override the
account_idattribute set on the provider. Defaults to the environment variableNEW_RELIC_ACCOUNT_ID. - api
Management AzureIntegrations Api Management - Azure API Management. See Integration blocks below for details.
- app
Gateway AzureIntegrations App Gateway - Azure App Gateway. See Integration blocks below for details.
- app
Service AzureIntegrations App Service - Azure App Service. See Integration blocks below for details.
- containers
Azure
Integrations Containers - Azure Containers. See Integration blocks below for details.
- cosmos
Db AzureIntegrations Cosmos Db - Azure CosmosDB. See Integration blocks below for details.
- cost
Management AzureIntegrations Cost Management - Azure Cost Management. See Integration blocks below for details.
- data
Factory AzureIntegrations Data Factory - for Azure Data Factory. See Integration blocks below for details.
- event
Hub AzureIntegrations Event Hub - for Azure Event Hub. See Integration blocks below for details.
- express
Route AzureIntegrations Express Route - for Azure Express Route. See Integration blocks below for details.
- firewalls
Azure
Integrations Firewalls - for Azure Firewalls. See Integration blocks below for details.
- front
Door AzureIntegrations Front Door - for Azure Front Door. See Integration blocks below for details.
- functions
Azure
Integrations Functions - for Azure Functions. See Integration blocks below for details.
- key
Vault AzureIntegrations Key Vault - for Azure Key Vault. See Integration blocks below for details.
- linked
Account IntegerId - The ID of the linked Azure account in New Relic.
- load
Balancer AzureIntegrations Load Balancer - for Azure Load Balancer. See Integration blocks below for details.
- logic
Apps AzureIntegrations Logic Apps - for Azure Logic Apps. See Integration blocks below for details.
- machine
Learning AzureIntegrations Machine Learning - for Azure Machine Learning. See Integration blocks below for details.
- maria
Db AzureIntegrations Maria Db - for Azure MariaDB. See Integration blocks below for details.
- mysql
Azure
Integrations Mysql - for Azure MySQL. See Integration blocks below for details.
- postgresql
Azure
Integrations Postgresql - for Azure PostgreSQL. See Integration blocks below for details.
- power
Bi AzureDedicated Integrations Power Bi Dedicated - for Azure Power BI Dedicated. See Integration blocks below for details.
- redis
Cache AzureIntegrations Redis Cache - for Azure Redis Cache. See Integration blocks below for details.
- service
Bus AzureIntegrations Service Bus - for Azure Service Bus. See Integration blocks below for details.
- sql
Azure
Integrations Sql - for Azure SQL. See Integration blocks below for details.
- sql
Managed AzureIntegrations Sql Managed - for SQL Managed. See Integration blocks below for details.
- storage
Azure
Integrations Storage - for Azure Storage. See Integration blocks below for details.
- virtual
Machine AzureIntegrations Virtual Machine - for Azure Virtual machine. See Integration blocks below for details.
- virtual
Networks AzureIntegrations Virtual Networks - for Azure Virtual networks. See Integration blocks below for details.
- vms
Azure
Integrations Vms - for Azure VMs. See Integration blocks below for details.
- vpn
Gateway AzureIntegrations Vpn Gateway - for Azure VPN Gateway. See Integration blocks below for details.
- account
Id number - The New Relic account ID to operate on. This allows the user to override the
account_idattribute set on the provider. Defaults to the environment variableNEW_RELIC_ACCOUNT_ID. - api
Management AzureIntegrations Api Management - Azure API Management. See Integration blocks below for details.
- app
Gateway AzureIntegrations App Gateway - Azure App Gateway. See Integration blocks below for details.
- app
Service AzureIntegrations App Service - Azure App Service. See Integration blocks below for details.
- containers
Azure
Integrations Containers - Azure Containers. See Integration blocks below for details.
- cosmos
Db AzureIntegrations Cosmos Db - Azure CosmosDB. See Integration blocks below for details.
- cost
Management AzureIntegrations Cost Management - Azure Cost Management. See Integration blocks below for details.
- data
Factory AzureIntegrations Data Factory - for Azure Data Factory. See Integration blocks below for details.
- event
Hub AzureIntegrations Event Hub - for Azure Event Hub. See Integration blocks below for details.
- express
Route AzureIntegrations Express Route - for Azure Express Route. See Integration blocks below for details.
- firewalls
Azure
Integrations Firewalls - for Azure Firewalls. See Integration blocks below for details.
- front
Door AzureIntegrations Front Door - for Azure Front Door. See Integration blocks below for details.
- functions
Azure
Integrations Functions - for Azure Functions. See Integration blocks below for details.
- key
Vault AzureIntegrations Key Vault - for Azure Key Vault. See Integration blocks below for details.
- linked
Account numberId - The ID of the linked Azure account in New Relic.
- load
Balancer AzureIntegrations Load Balancer - for Azure Load Balancer. See Integration blocks below for details.
- logic
Apps AzureIntegrations Logic Apps - for Azure Logic Apps. See Integration blocks below for details.
- machine
Learning AzureIntegrations Machine Learning - for Azure Machine Learning. See Integration blocks below for details.
- maria
Db AzureIntegrations Maria Db - for Azure MariaDB. See Integration blocks below for details.
- mysql
Azure
Integrations Mysql - for Azure MySQL. See Integration blocks below for details.
- postgresql
Azure
Integrations Postgresql - for Azure PostgreSQL. See Integration blocks below for details.
- power
Bi AzureDedicated Integrations Power Bi Dedicated - for Azure Power BI Dedicated. See Integration blocks below for details.
- redis
Cache AzureIntegrations Redis Cache - for Azure Redis Cache. See Integration blocks below for details.
- service
Bus AzureIntegrations Service Bus - for Azure Service Bus. See Integration blocks below for details.
- sql
Azure
Integrations Sql - for Azure SQL. See Integration blocks below for details.
- sql
Managed AzureIntegrations Sql Managed - for SQL Managed. See Integration blocks below for details.
- storage
Azure
Integrations Storage - for Azure Storage. See Integration blocks below for details.
- virtual
Machine AzureIntegrations Virtual Machine - for Azure Virtual machine. See Integration blocks below for details.
- virtual
Networks AzureIntegrations Virtual Networks - for Azure Virtual networks. See Integration blocks below for details.
- vms
Azure
Integrations Vms - for Azure VMs. See Integration blocks below for details.
- vpn
Gateway AzureIntegrations Vpn Gateway - for 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_idattribute set on the provider. Defaults to the environment variableNEW_RELIC_ACCOUNT_ID. - api_
management AzureIntegrations Api Management Args - Azure API Management. See Integration blocks below for details.
- app_
gateway AzureIntegrations App Gateway Args - Azure App Gateway. See Integration blocks below for details.
- app_
service AzureIntegrations App Service Args - Azure App Service. See Integration blocks below for details.
- containers
Azure
Integrations Containers Args - Azure Containers. See Integration blocks below for details.
- cosmos_
db AzureIntegrations Cosmos Db Args - Azure CosmosDB. See Integration blocks below for details.
- cost_
management AzureIntegrations Cost Management Args - Azure Cost Management. See Integration blocks below for details.
- data_
factory AzureIntegrations Data Factory Args - for Azure Data Factory. See Integration blocks below for details.
- event_
hub AzureIntegrations Event Hub Args - for Azure Event Hub. See Integration blocks below for details.
- express_
route AzureIntegrations Express Route Args - for Azure Express Route. See Integration blocks below for details.
- firewalls
Azure
Integrations Firewalls Args - for Azure Firewalls. See Integration blocks below for details.
- front_
door AzureIntegrations Front Door Args - for Azure Front Door. See Integration blocks below for details.
- functions
Azure
Integrations Functions Args - for Azure Functions. See Integration blocks below for details.
- key_
vault AzureIntegrations Key Vault Args - for Azure Key Vault. See Integration blocks below for details.
- linked_
account_ intid - The ID of the linked Azure account in New Relic.
- load_
balancer AzureIntegrations Load Balancer Args - for Azure Load Balancer. See Integration blocks below for details.
- logic_
apps AzureIntegrations Logic Apps Args - for Azure Logic Apps. See Integration blocks below for details.
- machine_
learning AzureIntegrations Machine Learning Args - for Azure Machine Learning. See Integration blocks below for details.
- maria_
db AzureIntegrations Maria Db Args - for Azure MariaDB. See Integration blocks below for details.
- mysql
Azure
Integrations Mysql Args - for Azure MySQL. See Integration blocks below for details.
- postgresql
Azure
Integrations Postgresql Args - for Azure PostgreSQL. See Integration blocks below for details.
- power_
bi_ Azurededicated Integrations Power Bi Dedicated Args - for Azure Power BI Dedicated. See Integration blocks below for details.
- redis_
cache AzureIntegrations Redis Cache Args - for Azure Redis Cache. See Integration blocks below for details.
- service_
bus AzureIntegrations Service Bus Args - for Azure Service Bus. See Integration blocks below for details.
- sql
Azure
Integrations Sql Args - for Azure SQL. See Integration blocks below for details.
- sql_
managed AzureIntegrations Sql Managed Args - for SQL Managed. See Integration blocks below for details.
- storage
Azure
Integrations Storage Args - for Azure Storage. See Integration blocks below for details.
- virtual_
machine AzureIntegrations Virtual Machine Args - for Azure Virtual machine. See Integration blocks below for details.
- virtual_
networks AzureIntegrations Virtual Networks Args - for Azure Virtual networks. See Integration blocks below for details.
- vms
Azure
Integrations Vms Args - for Azure VMs. See Integration blocks below for details.
- vpn_
gateway AzureIntegrations Vpn Gateway Args - for Azure VPN Gateway. See Integration blocks below for details.
- account
Id Number - The New Relic account ID to operate on. This allows the user to override the
account_idattribute set on the provider. Defaults to the environment variableNEW_RELIC_ACCOUNT_ID. - api
Management Property Map - Azure API Management. See Integration blocks below for details.
- app
Gateway Property Map - Azure App Gateway. See Integration blocks below for details.
- app
Service Property Map - Azure App Service. See Integration blocks below for details.
- containers Property Map
- Azure Containers. See Integration blocks below for details.
- cosmos
Db Property Map - Azure CosmosDB. See Integration blocks below for details.
- cost
Management Property Map - Azure Cost Management. See Integration blocks below for details.
- data
Factory Property Map - for Azure Data Factory. See Integration blocks below for details.
- event
Hub Property Map - for Azure Event Hub. See Integration blocks below for details.
- express
Route Property Map - for Azure Express Route. See Integration blocks below for details.
- firewalls Property Map
- for Azure Firewalls. See Integration blocks below for details.
- front
Door Property Map - for Azure Front Door. See Integration blocks below for details.
- functions Property Map
- for Azure Functions. See Integration blocks below for details.
- key
Vault Property Map - for Azure Key Vault. See Integration blocks below for details.
- linked
Account NumberId - The ID of the linked Azure account in New Relic.
- load
Balancer Property Map - for Azure Load Balancer. See Integration blocks below for details.
- logic
Apps Property Map - for Azure Logic Apps. See Integration blocks below for details.
- machine
Learning Property Map - for Azure Machine Learning. See Integration blocks below for details.
- maria
Db Property Map - for Azure MariaDB. See Integration blocks below for details.
- mysql Property Map
- for Azure MySQL. See Integration blocks below for details.
- postgresql Property Map
- for Azure PostgreSQL. See Integration blocks below for details.
- power
Bi Property MapDedicated - for Azure Power BI Dedicated. See Integration blocks below for details.
- redis
Cache Property Map - for Azure Redis Cache. See Integration blocks below for details.
- service
Bus Property Map - for Azure Service Bus. See Integration blocks below for details.
- sql Property Map
- for Azure SQL. See Integration blocks below for details.
- sql
Managed Property Map - for SQL Managed. See Integration blocks below for details.
- storage Property Map
- for Azure Storage. See Integration blocks below for details.
- virtual
Machine Property Map - for Azure Virtual machine. See Integration blocks below for details.
- virtual
Networks Property Map - for Azure Virtual networks. See Integration blocks below for details.
- vms Property Map
- for Azure VMs. See Integration blocks below for details.
- vpn
Gateway Property Map - for Azure VPN Gateway. See Integration blocks below for details.
Supporting Types
AzureIntegrationsApiManagement, AzureIntegrationsApiManagementArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsAppGateway, AzureIntegrationsAppGatewayArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsAppService, AzureIntegrationsAppServiceArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsContainers, AzureIntegrationsContainersArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsCosmosDb, AzureIntegrationsCosmosDbArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsCostManagement, AzureIntegrationsCostManagementArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Tag
Keys List<string> - Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
- Metrics
Polling intInterval - The data polling interval in seconds.
- Tag
Keys []string - Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- tag
Keys List<String> - Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
- metrics
Polling numberInterval - The data polling interval in seconds.
- tag
Keys string[] - Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
- metrics_
polling_ intinterval - 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.
- metrics
Polling NumberInterval - The data polling interval in seconds.
- tag
Keys List<String> - Specify a Tag key associated with the resources that you want to monitor. Filter values are case-sensitive.
AzureIntegrationsDataFactory, AzureIntegrationsDataFactoryArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsEventHub, AzureIntegrationsEventHubArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsExpressRoute, AzureIntegrationsExpressRouteArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsFirewalls, AzureIntegrationsFirewallsArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsFrontDoor, AzureIntegrationsFrontDoorArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsFunctions, AzureIntegrationsFunctionsArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsKeyVault, AzureIntegrationsKeyVaultArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsLoadBalancer, AzureIntegrationsLoadBalancerArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsLogicApps, AzureIntegrationsLogicAppsArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsMachineLearning, AzureIntegrationsMachineLearningArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsMariaDb, AzureIntegrationsMariaDbArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsMysql, AzureIntegrationsMysqlArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsPostgresql, AzureIntegrationsPostgresqlArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsPowerBiDedicated, AzureIntegrationsPowerBiDedicatedArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsRedisCache, AzureIntegrationsRedisCacheArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsServiceBus, AzureIntegrationsServiceBusArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsSql, AzureIntegrationsSqlArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsSqlManaged, AzureIntegrationsSqlManagedArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsStorage, AzureIntegrationsStorageArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsVirtualMachine, AzureIntegrationsVirtualMachineArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsVirtualNetworks, AzureIntegrationsVirtualNetworksArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsVms, AzureIntegrationsVmsArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
AzureIntegrationsVpnGateway, AzureIntegrationsVpnGatewayArgs
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups List<string> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- Metrics
Polling intInterval - The data polling interval in seconds.
- Resource
Groups []string - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling IntegerInterval - The data polling interval in seconds.
- resource
Groups List<String> - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics
Polling numberInterval - The data polling interval in seconds.
- resource
Groups string[] - Specify each Resource group associated with the resources that you want to monitor. Filter values are case-sensitive
- metrics_
polling_ intinterval - 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
- metrics
Polling NumberInterval - The data polling interval in seconds.
- resource
Groups 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
newrelicTerraform Provider.
published on Monday, Mar 9, 2026 by Pulumi
