Interface FirewallPolicyIdpsSignaturesFilterValuesClient


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

    • listWithResponseAsync

      Mono<com.azure.core.http.rest.Response<SignatureOverridesFilterValuesResponseInner>> listWithResponseAsync(String resourceGroupName, String firewallPolicyName, SignatureOverridesFilterValuesQuery parameters)
      Retrieves the current filter values for the signatures overrides.
      Parameters:
      resourceGroupName - The name of the resource group.
      firewallPolicyName - The name of the Firewall Policy.
      parameters - Describes the filter values possibles for a given column.
      Returns:
      describes the list of all possible values for a specific filter value along with Response on successful completion of Mono.
      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.
    • listAsync

      Mono<SignatureOverridesFilterValuesResponseInner> listAsync(String resourceGroupName, String firewallPolicyName, SignatureOverridesFilterValuesQuery parameters)
      Retrieves the current filter values for the signatures overrides.
      Parameters:
      resourceGroupName - The name of the resource group.
      firewallPolicyName - The name of the Firewall Policy.
      parameters - Describes the filter values possibles for a given column.
      Returns:
      describes the list of all possible values for a specific filter value on successful completion of Mono.
      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.
    • listWithResponse

      com.azure.core.http.rest.Response<SignatureOverridesFilterValuesResponseInner> listWithResponse(String resourceGroupName, String firewallPolicyName, SignatureOverridesFilterValuesQuery parameters, com.azure.core.util.Context context)
      Retrieves the current filter values for the signatures overrides.
      Parameters:
      resourceGroupName - The name of the resource group.
      firewallPolicyName - The name of the Firewall Policy.
      parameters - Describes the filter values possibles for a given column.
      context - The context to associate with this operation.
      Returns:
      describes the list of all possible values for a specific filter value 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

      SignatureOverridesFilterValuesResponseInner list(String resourceGroupName, String firewallPolicyName, SignatureOverridesFilterValuesQuery parameters)
      Retrieves the current filter values for the signatures overrides.
      Parameters:
      resourceGroupName - The name of the resource group.
      firewallPolicyName - The name of the Firewall Policy.
      parameters - Describes the filter values possibles for a given column.
      Returns:
      describes the list of all possible values for a specific filter value.
      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.