Learn R Programming

paws.management (version 0.1.8)

applicationinsights_update_application: Updates the application

Description

Updates the application.

Usage

applicationinsights_update_application(ResourceGroupName,
  OpsCenterEnabled, OpsItemSNSTopicArn, RemoveSNSTopic)

Arguments

ResourceGroupName

[required] The name of the resource group.

OpsCenterEnabled

When set to true, creates opsItems for any problems detected on an application.

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.

Request syntax

svc$update_application(
  ResourceGroupName = "string",
  OpsCenterEnabled = TRUE|FALSE,
  OpsItemSNSTopicArn = "string",
  RemoveSNSTopic = TRUE|FALSE
)