updateComponentConfiguration
inline suspend fun ApplicationInsightsClient.updateComponentConfiguration(crossinline block: UpdateComponentConfigurationRequest.Builder.() -> Unit): UpdateComponentConfigurationResponse
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 DescribeComponentConfigurationRecommendation
.