applicationinsights_update_component: Updates the custom component name and/or the list of...

View source: R/applicationinsights_operations.R

applicationinsights_update_componentR 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.

See https://www.paws-r-sdk.com/docs/applicationinsights_update_component/ for full documentation.

Usage

applicationinsights_update_component(
  ResourceGroupName,
  ComponentName,
  NewComponentName = NULL,
  ResourceList = NULL
)

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.