Share via


AssociateTrafficFilter interface

Interface representing a AssociateTrafficFilter.

Methods

beginAssociate(string, string, AssociateTrafficFilterAssociateOptionalParams)

Associate traffic filter for the given deployment.

beginAssociateAndWait(string, string, AssociateTrafficFilterAssociateOptionalParams)

Associate traffic filter for the given deployment.

Method Details

beginAssociate(string, string, AssociateTrafficFilterAssociateOptionalParams)

Associate traffic filter for the given deployment.

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 traffic filter for the given deployment.

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>