applicationinsights_update_component_configuration {paws.management} | R 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
|
AutoConfigEnabled |
Automatically configures the component by applying the recommended configurations. |