Updates the monitoring configurations for the component
Source:R/applicationinsights_operations.R
applicationinsights_update_component_configuration.RdUpdates 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_recommendationto 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.