Update Component
applicationinsights_update_component | R Documentation |
Updates the custom component name and/or the list of resources that make up the component¶
Description¶
Updates the custom component name and/or the list of resources that make up the component.
Usage¶
applicationinsights_update_component(ResourceGroupName, ComponentName,
NewComponentName, ResourceList)
Arguments¶
ResourceGroupName |
[required] The name of the resource group. |
ComponentName |
[required] The name of the component. |
NewComponentName |
The new name of the component. |
ResourceList |
The list of resource ARNs that belong to the component. |
Value¶
An empty list.
Request syntax¶
svc$update_component(
ResourceGroupName = "string",
ComponentName = "string",
NewComponentName = "string",
ResourceList = list(
"string"
)
)