DetachTrafficFilter interface

Interface representing a DetachTrafficFilter.

Methods

beginUpdate(string, string, DetachTrafficFilterUpdateOptionalParams)

Detach traffic filter for the given deployment.

beginUpdateAndWait(string, string, DetachTrafficFilterUpdateOptionalParams)

Detach traffic filter for the given deployment.

Method Details

beginUpdate(string, string, DetachTrafficFilterUpdateOptionalParams)

Detach traffic filter for the given deployment.

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

Parameters

resourceGroupName

string

The name of the resource group to which the Elastic resource belongs.

monitorName

string

Monitor resource name

options
DetachTrafficFilterUpdateOptionalParams

The options parameters.

Returns

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

beginUpdateAndWait(string, string, DetachTrafficFilterUpdateOptionalParams)

Detach traffic filter for the given deployment.

function beginUpdateAndWait(resourceGroupName: string, monitorName: string, options?: DetachTrafficFilterUpdateOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group to which the Elastic resource belongs.

monitorName

string

Monitor resource name

options
DetachTrafficFilterUpdateOptionalParams

The options parameters.

Returns

Promise<void>