Share via


CreateAndAssociateIpFiltersClient Interface

public interface CreateAndAssociateIpFiltersClient

An instance of this class provides access to all the operations defined in CreateAndAssociateIpFiltersClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<Void>,Void> beginCreate(String resourceGroupName, String monitorName)

Create and Associate IP traffic filter for the given deployment.

abstract SyncPoller<PollResult<Void>,Void> beginCreate(String resourceGroupName, String monitorName, String ips, String name, Context context)

Create and Associate IP traffic filter for the given deployment.

abstract void create(String resourceGroupName, String monitorName)

Create and Associate IP traffic filter for the given deployment.

abstract void create(String resourceGroupName, String monitorName, String ips, String name, Context context)

Create and Associate IP traffic filter for the given deployment.

Method Details

beginCreate

public abstract SyncPoller<PollResult<Void>,Void> beginCreate(String resourceGroupName, String monitorName)

Create and Associate IP traffic filter for the given deployment.

Parameters:

resourceGroupName - The name of the resource group to which the Elastic resource belongs.
monitorName - Monitor resource name.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginCreate

public abstract SyncPoller<PollResult<Void>,Void> beginCreate(String resourceGroupName, String monitorName, String ips, String name, Context context)

Create and Associate IP traffic filter for the given deployment.

Parameters:

resourceGroupName - The name of the resource group to which the Elastic resource belongs.
monitorName - Monitor resource name.
ips - List of ips.
name - Name of the traffic filter.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

create

public abstract void create(String resourceGroupName, String monitorName)

Create and Associate IP traffic filter for the given deployment.

Parameters:

resourceGroupName - The name of the resource group to which the Elastic resource belongs.
monitorName - Monitor resource name.

create

public abstract void create(String resourceGroupName, String monitorName, String ips, String name, Context context)

Create and Associate IP traffic filter for the given deployment.

Parameters:

resourceGroupName - The name of the resource group to which the Elastic resource belongs.
monitorName - Monitor resource name.
ips - List of ips.
name - Name of the traffic filter.
context - The context to associate with this operation.

Applies to