Share via


CreateAndAssociatePLFilter interface

Interface representing a CreateAndAssociatePLFilter.

Methods

beginCreate(string, string, CreateAndAssociatePLFilterCreateOptionalParams)

Create and associate a PL filter with your Elastic monitor resource to control and manage network traffic.

beginCreateAndWait(string, string, CreateAndAssociatePLFilterCreateOptionalParams)

Create and associate a PL filter with your Elastic monitor resource to control and manage network traffic.

Method Details

beginCreate(string, string, CreateAndAssociatePLFilterCreateOptionalParams)

Create and associate a PL filter with your Elastic monitor resource to control and manage network traffic.

function beginCreate(resourceGroupName: string, monitorName: string, options?: CreateAndAssociatePLFilterCreateOptionalParams): 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
CreateAndAssociatePLFilterCreateOptionalParams

The options parameters.

Returns

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

beginCreateAndWait(string, string, CreateAndAssociatePLFilterCreateOptionalParams)

Create and associate a PL filter with your Elastic monitor resource to control and manage network traffic.

function beginCreateAndWait(resourceGroupName: string, monitorName: string, options?: CreateAndAssociatePLFilterCreateOptionalParams): Promise<void>

Parameters

resourceGroupName

string

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

monitorName

string

Monitor resource name

options
CreateAndAssociatePLFilterCreateOptionalParams

The options parameters.

Returns

Promise<void>