applicationinsights_add_workload: Adds a workload to a component

View source: R/applicationinsights_operations.R

applicationinsights_add_workloadR Documentation

Adds a workload to a component

Description

Adds a workload to a component. Each component can have at most five workloads.

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

Usage

applicationinsights_add_workload(
  ResourceGroupName,
  ComponentName,
  WorkloadConfiguration
)

Arguments

ResourceGroupName

[required] The name of the resource group.

ComponentName

[required] The name of the component.

WorkloadConfiguration

[required] The configuration settings of the workload. The value is the escaped JSON of the configuration.


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