View source: R/applicationinsights_operations.R
applicationinsights_add_workload | R Documentation |
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.
applicationinsights_add_workload(
ResourceGroupName,
ComponentName,
WorkloadConfiguration
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.