applicationinsights_update_workload: Adds a workload to a component

View source: R/applicationinsights_operations.R

applicationinsights_update_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_update_workload/ for full documentation.

Usage

applicationinsights_update_workload(
  ResourceGroupName,
  ComponentName,
  WorkloadId = NULL,
  WorkloadConfiguration
)

Arguments

ResourceGroupName

[required] The name of the resource group.

ComponentName

[required] The name of the component.

WorkloadId

The ID of the workload.

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.