applicationinsights_add_workload {paws.management}R 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.


[Package paws.management version 0.9.0 Index]