applicationinsights_update_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_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. |
[Package paws.management version 0.9.0 Index]