Updates the application
Updates the application.
applicationinsights_update_application(ResourceGroupName, OpsCenterEnabled, CWEMonitorEnabled, OpsItemSNSTopicArn, RemoveSNSTopic)
ResourceGroupName |
[required] The name of the resource group. |
OpsCenterEnabled |
When set to |
CWEMonitorEnabled |
Indicates whether Application Insights can listen to CloudWatch events
for the application resources, such as |
OpsItemSNSTopicArn |
The SNS topic provided to Application Insights that is associated to the created opsItem. Allows you to receive notifications for updates to the opsItem. |
RemoveSNSTopic |
Disassociates the SNS topic from the opsItem created for detected problems. |
A list with the following syntax:
list( ApplicationInfo = list( ResourceGroupName = "string", LifeCycle = "string", OpsItemSNSTopicArn = "string", OpsCenterEnabled = TRUE|FALSE, CWEMonitorEnabled = TRUE|FALSE, Remarks = "string" ) )
svc$update_application( ResourceGroupName = "string", OpsCenterEnabled = TRUE|FALSE, CWEMonitorEnabled = TRUE|FALSE, OpsItemSNSTopicArn = "string", RemoveSNSTopic = TRUE|FALSE )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.