FirewallPolicyIdpsSignaturesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

NetworkManagementClient's

<xref:firewall_policy_idps_signatures> attribute.

Constructor

FirewallPolicyIdpsSignaturesOperations(*args, **kwargs)

Methods

list

Retrieves the current status of IDPS signatures for the relevant policy. Maximal amount of returned signatures is 1000.

list

Retrieves the current status of IDPS signatures for the relevant policy. Maximal amount of returned signatures is 1000.

list(resource_group_name: str, firewall_policy_name: str, parameters: _models.IDPSQueryObject, *, content_type: str = 'application/json', **kwargs: Any) -> _models.QueryResults

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. The name is case insensitive. Required.

firewall_policy_name
Required
str

The name of the Firewall Policy. Required.

parameters
Required
IDPSQueryObject or <xref:JSON> or IO[bytes]

Is one of the following types: IDPSQueryObject, JSON, IO[bytes] Required.

Returns

Type Description

QueryResults. The QueryResults is compatible with MutableMapping

Exceptions

Type Description