Interface AllTrafficFilters


public interface AllTrafficFilters
Resource collection API of AllTrafficFilters.
  • Method Details

    • listWithResponse

      com.azure.core.http.rest.Response<ElasticTrafficFilterResponse> listWithResponse(String resourceGroupName, String monitorName, com.azure.core.util.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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • list

      ElasticTrafficFilterResponse 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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.