FirewallPolicyIdpsSignatures interface
Interface representing a FirewallPolicyIdpsSignatures.
Methods
list(string, string, Idps |
Retrieves the current status of IDPS signatures for the relevant policy. Maximal amount of returned signatures is 1000. |
Method Details
list(string, string, IdpsQueryObject, FirewallPolicyIdpsSignaturesListOptionalParams)
Retrieves the current status of IDPS signatures for the relevant policy. Maximal amount of returned signatures is 1000.
function list(resourceGroupName: string, firewallPolicyName: string, parameters: IdpsQueryObject, options?: FirewallPolicyIdpsSignaturesListOptionalParams): Promise<QueryResults>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- firewallPolicyName
-
string
The name of the Firewall Policy.
- parameters
- IdpsQueryObject
Will describe the query to run against the IDPS signatures DB
The options parameters.
Returns
Promise<QueryResults>