Creates a custom component by grouping similar standalone instances to monitor.
applicationinsights_create_component(ResourceGroupName, ComponentName,
ResourceList)
An empty list.
[required] The name of the resource group.
[required] The name of the component.
[required] The list of resource ARNs that belong to the component.
svc$create_component(
ResourceGroupName = "string",
ComponentName = "string",
ResourceList = list(
"string"
)
)