CreateAndAssociatePLFilter interface

Interface representing a CreateAndAssociatePLFilter.

Methods

beginCreate(string, string, CreateAndAssociatePLFilterCreateOptionalParams)

Create and Associate private link traffic filter for the given deployment.

beginCreateAndWait(string, string, CreateAndAssociatePLFilterCreateOptionalParams)

Create and Associate private link traffic filter for the given deployment.

Method Details

beginCreate(string, string, CreateAndAssociatePLFilterCreateOptionalParams)

Create and Associate private link traffic filter for the given deployment.

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

The options parameters.

Returns

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

beginCreateAndWait(string, string, CreateAndAssociatePLFilterCreateOptionalParams)

Create and Associate private link traffic filter for the given deployment.

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

Parameters

resourceGroupName

string

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

monitorName

string

Monitor resource name

options
CreateAndAssociatePLFilterCreateOptionalParams

The options parameters.

Returns

Promise<void>