FirewallPolicyIdpsSignatures interface

Interface representing a FirewallPolicyIdpsSignatures.

Methods

list(string, string, IdpsQueryObject, FirewallPolicyIdpsSignaturesListOptionalParams)

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

options
FirewallPolicyIdpsSignaturesListOptionalParams

The options parameters.

Returns

Promise<QueryResults>