Share via


AssociateTrafficFilter interface

Interface representing a AssociateTrafficFilter.

Methods

beginAssociate(string, string, AssociateTrafficFilterAssociateOptionalParams)

Associate a traffic filter with your Elastic monitor resource to control and manage network traffic.

beginAssociateAndWait(string, string, AssociateTrafficFilterAssociateOptionalParams)

Associate a traffic filter with your Elastic monitor resource to control and manage network traffic.

Method Details

beginAssociate(string, string, AssociateTrafficFilterAssociateOptionalParams)

Associate a traffic filter with your Elastic monitor resource to control and manage network traffic.

function beginAssociate(resourceGroupName: string, monitorName: string, options?: AssociateTrafficFilterAssociateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

monitorName

string

Monitor resource name

options
AssociateTrafficFilterAssociateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginAssociateAndWait(string, string, AssociateTrafficFilterAssociateOptionalParams)

Associate a traffic filter with your Elastic monitor resource to control and manage network traffic.

function beginAssociateAndWait(resourceGroupName: string, monitorName: string, options?: AssociateTrafficFilterAssociateOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

monitorName

string

Monitor resource name

options
AssociateTrafficFilterAssociateOptionalParams

The options parameters.

Returns

Promise<void>