Interface FirewallPolicyIdpsSignaturesClient


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

    • listWithResponseAsync

      Mono<com.azure.core.http.rest.Response<QueryResultsInner>> listWithResponseAsync(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters)
      Retrieves the current status of IDPS signatures for the relevant policy. Maximal amount of returned signatures is 1000.
      Parameters:
      resourceGroupName - The name of the resource group.
      firewallPolicyName - The name of the Firewall Policy.
      parameters - The parameters parameter.
      Returns:
      query result 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<QueryResultsInner> listAsync(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters)
      Retrieves the current status of IDPS signatures for the relevant policy. Maximal amount of returned signatures is 1000.
      Parameters:
      resourceGroupName - The name of the resource group.
      firewallPolicyName - The name of the Firewall Policy.
      parameters - The parameters parameter.
      Returns:
      query result 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<QueryResultsInner> listWithResponse(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters, com.azure.core.util.Context context)
      Retrieves the current status of IDPS signatures for the relevant policy. Maximal amount of returned signatures is 1000.
      Parameters:
      resourceGroupName - The name of the resource group.
      firewallPolicyName - The name of the Firewall Policy.
      parameters - The parameters parameter.
      context - The context to associate with this operation.
      Returns:
      query result 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

      QueryResultsInner list(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters)
      Retrieves the current status of IDPS signatures for the relevant policy. Maximal amount of returned signatures is 1000.
      Parameters:
      resourceGroupName - The name of the resource group.
      firewallPolicyName - The name of the Firewall Policy.
      parameters - The parameters parameter.
      Returns:
      query result.
      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.