Interface DetachAndDeleteTrafficFiltersClient


public interface DetachAndDeleteTrafficFiltersClient
An instance of this class provides access to all the operations defined in DetachAndDeleteTrafficFiltersClient.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    delete(String resourceGroupName, String monitorName)
    Detach and Delete traffic filter from the given deployment.
    com.azure.core.http.rest.Response<Void>
    deleteWithResponse(String resourceGroupName, String monitorName, String rulesetId, com.azure.core.util.Context context)
    Detach and Delete traffic filter from the given deployment.
  • Method Details

    • deleteWithResponse

      com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String monitorName, String rulesetId, com.azure.core.util.Context context)
      Detach and Delete traffic filter from 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.
      Returns:
      the 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.
    • delete

      void delete(String resourceGroupName, String monitorName)
      Detach and Delete traffic filter from 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.