Interface DetachTrafficFilters


public interface DetachTrafficFilters
Resource collection API of DetachTrafficFilters.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(String resourceGroupName, String monitorName)
    Detach traffic filter for the given deployment.
    void
    update(String resourceGroupName, String monitorName, String rulesetId, com.azure.core.util.Context context)
    Detach traffic filter for the given deployment.
  • Method Details

    • update

      void update(String resourceGroupName, String monitorName)
      Detach traffic filter for the given deployment.
      Parameters:
      resourceGroupName - The name of the resource group to which the Elastic resource belongs.
      monitorName - Monitor resource name.
      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.
    • update

      void update(String resourceGroupName, String monitorName, String rulesetId, com.azure.core.util.Context context)
      Detach traffic filter for the given deployment.
      Parameters:
      resourceGroupName - The name of the resource group to which the Elastic resource belongs.
      monitorName - Monitor resource name.
      rulesetId - Ruleset Id of the filter.
      context - The context to associate with this operation.
      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.