Delete Application
applicationinsights_delete_application | R Documentation |
Removes the specified application from monitoring¶
Description¶
Removes the specified application from monitoring. Does not delete the application.
Usage¶
applicationinsights_delete_application(ResourceGroupName)
Arguments¶
ResourceGroupName |
[required] The name of the resource group. |
Value¶
An empty list.
Request syntax¶
svc$delete_application(
ResourceGroupName = "string"
)