applicationinsights_update_component_configuration: Updates the monitoring configurations for the component

View source: R/applicationinsights_operations.R

applicationinsights_update_component_configurationR Documentation

Updates the monitoring configurations for the component

Description

Updates the monitoring configurations for the component. The configuration input parameter is an escaped JSON of the configuration and should match the schema of what is returned by describe_component_configuration_recommendation.

See https://www.paws-r-sdk.com/docs/applicationinsights_update_component_configuration/ for full documentation.

Usage

applicationinsights_update_component_configuration(
  ResourceGroupName,
  ComponentName,
  Monitor = NULL,
  Tier = NULL,
  ComponentConfiguration = NULL,
  AutoConfigEnabled = NULL
)

Arguments

ResourceGroupName

[required] The name of the resource group.

ComponentName

[required] The name of the component.

Monitor

Indicates whether the application component is monitored.

Tier

The tier of the application component.

ComponentConfiguration

The configuration settings of the component. The value is the escaped JSON of the configuration. For more information about the JSON format, see Working with JSON. You can send a request to describe_component_configuration_recommendation to see the recommended configuration for a component. For the complete format of the component configuration file, see Component Configuration.

AutoConfigEnabled

Automatically configures the component by applying the recommended configurations.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.