Interface ListAssociatedTrafficFilters


public interface ListAssociatedTrafficFilters
Resource collection API of ListAssociatedTrafficFilters.
  • 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 associated traffic filters for the given deployment.
      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 associated traffic filters for the given deployment 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 associated traffic filters for the given deployment.
      Parameters:
      resourceGroupName - The name of the resource group to which the Elastic resource belongs.
      monitorName - Monitor resource name.
      Returns:
      the list of all associated traffic filters for the given deployment.
      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.