Share via


AllTrafficFiltersClient Interface

public interface AllTrafficFiltersClient

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

Method Summary

Modifier and Type Method and Description
abstract ElasticTrafficFilterResponseInner list(String resourceGroupName, String monitorName)

Get the list of all traffic filters for the account.

abstract Response<ElasticTrafficFilterResponseInner> listWithResponse(String resourceGroupName, String monitorName, Context context)

Get the list of all traffic filters for the account.

Method Details

list

public abstract ElasticTrafficFilterResponseInner list(String resourceGroupName, String monitorName)

Get the list of all traffic filters for the account.

Parameters:

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

Returns:

the list of all traffic filters for the account.

listWithResponse

public abstract Response<ElasticTrafficFilterResponseInner> listWithResponse(String resourceGroupName, String monitorName, Context context)

Get the list of all traffic filters for the account.

Parameters:

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

Returns:

the list of all traffic filters for the account along with Response<T>.

Applies to