Updates the custom component name and/or the list of resources that make up the component.
applicationinsights_update_component(ResourceGroupName, ComponentName,
NewComponentName, ResourceList)
[required] The name of the resource group.
[required] The name of the component.
The new name of the component.
The list of resource ARNs that belong to the component.
svc$update_component( ResourceGroupName = "string", ComponentName = "string", NewComponentName = "string", ResourceList = list( "string" ) )