applicationinsights_remove_workload {paws.management} | R Documentation |
Remove workload from a component
Description
Remove workload from a component.
See https://www.paws-r-sdk.com/docs/applicationinsights_remove_workload/ for full documentation.
Usage
applicationinsights_remove_workload(
ResourceGroupName,
ComponentName,
WorkloadId
)
Arguments
ResourceGroupName |
[required] The name of the resource group. |
ComponentName |
[required] The name of the component. |
WorkloadId |
[required] The ID of the workload. |
[Package paws.management version 0.9.0 Index]