View source: R/applicationinsights_operations.R
applicationinsights_update_component_configuration | R Documentation |
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.
applicationinsights_update_component_configuration(
ResourceGroupName,
ComponentName,
Monitor = NULL,
Tier = NULL,
ComponentConfiguration = NULL,
AutoConfigEnabled = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.