TrafficFilters interface
Interface representing a TrafficFilters.
Methods
| delete(string, string, Traffic |
Delete an existing traffic filter associated with your Elastic monitor resource, removing its network traffic control capabilities. |
Method Details
delete(string, string, TrafficFiltersDeleteOptionalParams)
Delete an existing traffic filter associated with your Elastic monitor resource, removing its network traffic control capabilities.
function delete(resourceGroupName: string, monitorName: string, options?: TrafficFiltersDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- monitorName
-
string
Monitor resource name
The options parameters.
Returns
Promise<void>