Learn R Programming

paws.management (version 0.1.6)

applicationinsights_create_component: Creates a custom component by grouping similar standalone instances to monitor

Description

Creates a custom component by grouping similar standalone instances to monitor.

Usage

applicationinsights_create_component(ResourceGroupName, ComponentName,
  ResourceList)

Arguments

ResourceGroupName

[required] The name of the resource group.

ComponentName

[required] The name of the component.

ResourceList

[required] The list of resource ARNs that belong to the component.

Request syntax

svc$create_component(
  ResourceGroupName = "string",
  ComponentName = "string",
  ResourceList = list(
    "string"
  )
)