Learn R Programming

paws.management (version 0.1.6)

applicationinsights_delete_component: Ungroups a custom component

Description

Ungroups a custom component. When you ungroup custom components, all applicable monitors that are set up for the component are removed and the instances revert to their standalone status.

Usage

applicationinsights_delete_component(ResourceGroupName, ComponentName)

Arguments

ResourceGroupName

[required] The name of the resource group.

ComponentName

[required] The name of the component.

Request syntax

svc$delete_component(
  ResourceGroupName = "string",
  ComponentName = "string"
)