Learn R Programming

paws.management (version 0.1.6)

applicationinsights_describe_component: Describes a component and lists the resources that are grouped together in a component

Description

Describes a component and lists the resources that are grouped together in a component.

Usage

applicationinsights_describe_component(ResourceGroupName, ComponentName)

Arguments

ResourceGroupName

[required] The name of the resource group.

ComponentName

[required] The name of the component.

Request syntax

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