Share via


TrafficFilters interface

Interface representing a TrafficFilters.

Methods

delete(string, string, TrafficFiltersDeleteOptionalParams)

Delete traffic filter from the account.

Method Details

delete(string, string, TrafficFiltersDeleteOptionalParams)

Delete traffic filter from the account.

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

options
TrafficFiltersDeleteOptionalParams

The options parameters.

Returns

Promise<void>