Updates the application.
applicationinsights_update_application(ResourceGroupName,
OpsCenterEnabled, OpsItemSNSTopicArn, RemoveSNSTopic)
[required] The name of the resource group.
When set to true
, creates opsItems for any problems detected on an
application.
The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem.
Disassociates the SNS topic from the opsItem created for detected problems.
svc$update_application( ResourceGroupName = "string", OpsCenterEnabled = TRUE|FALSE, OpsItemSNSTopicArn = "string", RemoveSNSTopic = TRUE|FALSE )