Description Usage Arguments Value Request syntax
View source: R/applicationinsights_operations.R
Updates the custom component name and/or the list of resources that make up the component.
1 2 | applicationinsights_update_component(ResourceGroupName, ComponentName,
NewComponentName, ResourceList)
|
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. |
An empty list.
1 2 3 4 5 6 7 8 | svc$update_component(
ResourceGroupName = "string",
ComponentName = "string",
NewComponentName = "string",
ResourceList = list(
"string"
)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.