Share via


CreateAndAssociateIPFilter interface

Interface representing a CreateAndAssociateIPFilter.

Methods

beginCreate(string, string, CreateAndAssociateIPFilterCreateOptionalParams)

Create and Associate IP traffic filter for the given deployment.

beginCreateAndWait(string, string, CreateAndAssociateIPFilterCreateOptionalParams)

Create and Associate IP traffic filter for the given deployment.

Method Details

beginCreate(string, string, CreateAndAssociateIPFilterCreateOptionalParams)

Create and Associate IP traffic filter for the given deployment.

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

The options parameters.

Returns

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

beginCreateAndWait(string, string, CreateAndAssociateIPFilterCreateOptionalParams)

Create and Associate IP traffic filter for the given deployment.

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

Parameters

resourceGroupName

string

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

monitorName

string

Monitor resource name

options
CreateAndAssociateIPFilterCreateOptionalParams

The options parameters.

Returns

Promise<void>