Skip to main content

detach_and_delete_traffic_filters

Creates, updates, deletes, gets or lists a detach_and_delete_traffic_filters resource.

Overview

Namedetach_and_delete_traffic_filters
TypeResource
Idazure_isv.elastic.detach_and_delete_traffic_filters

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
deleteexecsubscriptionId, resourceGroupName, monitorNamerulesetId

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
monitorNamestringMonitor resource name
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.
rulesetIdstringRuleset Id of the filter

Lifecycle Methods

Success

EXEC azure_isv.elastic.detach_and_delete_traffic_filters.delete 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@monitorName='{{ monitorName }}' --required,
@rulesetId='{{ rulesetId }}'
;