Updates the monitoring configurations for the component
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
.
applicationinsights_update_component_configuration(ResourceGroupName, ComponentName, Monitor, Tier, ComponentConfiguration)
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. Supported tiers include
|
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
|
An empty list.
svc$update_component_configuration( ResourceGroupName = "string", ComponentName = "string", Monitor = TRUE|FALSE, Tier = "CUSTOM"|"DEFAULT"|"DOT_NET_CORE"|"DOT_NET_WORKER"|"DOT_NET_WEB_TIER"|"DOT_NET_WEB"|"SQL_SERVER"|"SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP"|"MYSQL"|"POSTGRESQL"|"JAVA_JMX"|"ORACLE", ComponentConfiguration = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.