Description Usage Arguments Value Request syntax
View source: R/applicationinsights_operations.R
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
.
1 2 | 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.
1 2 3 4 5 6 7 | 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"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.