Create Component
applicationinsights_create_component | R Documentation |
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. |
Value¶
An empty list.
Request syntax¶
svc$create_component(
ResourceGroupName = "string",
ComponentName = "string",
ResourceList = list(
"string"
)
)