Interface FirewallPolicyIdpsSignaturesClient


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

      • 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.
        Parameters:
        resourceGroupName - The name of the resource group.
        firewallPolicyName - The name of the Firewall Policy.
        parameters - Will describe the query to run against the IDPS signatures DB.
        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.
        Parameters:
        resourceGroupName - The name of the resource group.
        firewallPolicyName - The name of the Firewall Policy.
        parameters - Will describe the query to run against the IDPS signatures DB.
        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.
      • list

        QueryResultsInner list​(String resourceGroupName,
                               String firewallPolicyName,
                               IdpsQueryObject parameters)
        Retrieves the current status of IDPS signatures for the relevant policy.
        Parameters:
        resourceGroupName - The name of the resource group.
        firewallPolicyName - The name of the Firewall Policy.
        parameters - Will describe the query to run against the IDPS signatures DB.
        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.
      • 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.
        Parameters:
        resourceGroupName - The name of the resource group.
        firewallPolicyName - The name of the Firewall Policy.
        parameters - Will describe the query to run against the IDPS signatures DB.
        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.