Interface FirewallPolicyIdpsSignaturesClient
-
public interface FirewallPolicyIdpsSignaturesClientAn instance of this class provides access to all the operations defined in FirewallPolicyIdpsSignaturesClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryResultsInnerlist(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters)Retrieves the current status of IDPS signatures for the relevant policy.Mono<QueryResultsInner>listAsync(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters)Retrieves the current status of IDPS signatures for the relevant policy.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.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.
-
-
-
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
Responseon successful completion ofMono. - 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.
-
-