Remove Workload
applicationinsights_remove_workload | R Documentation |
Remove workload from a component¶
Description¶
Remove workload from a component.
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. |
Value¶
An empty list.
Request syntax¶
svc$remove_workload(
ResourceGroupName = "string",
ComponentName = "string",
WorkloadId = "string"
)