DetachAndDeleteTrafficFilter interface
Interface representing a DetachAndDeleteTrafficFilter.
Methods
| delete(string, string, Detach |
Detach and delete an existing traffic filter from your Elastic monitor resource, removing its network traffic control capabilities. |
Method Details
delete(string, string, DetachAndDeleteTrafficFilterDeleteOptionalParams)
Detach and delete an existing traffic filter from your Elastic monitor resource, removing its network traffic control capabilities.
function delete(resourceGroupName: string, monitorName: string, options?: DetachAndDeleteTrafficFilterDeleteOptionalParams): 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>