FirewallPolicyIdpsSignaturesClient Interface
public interface FirewallPolicyIdpsSignaturesClient
An instance of this class provides access to all the operations defined in FirewallPolicyIdpsSignaturesClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Query |
list(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters)
Retrieves the current status of IDPS signatures for the relevant policy. |
abstract
Mono<Query |
listAsync(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters)
Retrieves the current status of IDPS signatures for the relevant policy. |
abstract
Response<Query |
listWithResponse(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters, Context context)
Retrieves the current status of IDPS signatures for the relevant policy. |
abstract
Mono<Response<Query |
listWithResponseAsync(String resourceGroupName, String firewallPolicyName, IdpsQueryObject parameters)
Retrieves the current status of IDPS signatures for the relevant policy. |
Method Details
list
public abstract 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:
Returns:
listAsync
public abstract Mono
Retrieves the current status of IDPS signatures for the relevant policy. Maximal amount of returned signatures is 1000.
Parameters:
Returns:
listWithResponse
public abstract Response
Retrieves the current status of IDPS signatures for the relevant policy. Maximal amount of returned signatures is 1000.
Parameters:
Returns:
listWithResponseAsync
public abstract Mono
Retrieves the current status of IDPS signatures for the relevant policy. Maximal amount of returned signatures is 1000.
Parameters:
Returns:
Applies to
Azure SDK for Java