FirewallPolicyIdpsSignaturesOverrides interface
Interface representing a FirewallPolicyIdpsSignaturesOverrides.
Methods
get(string, string, Firewall |
Returns all signatures overrides for a specific policy. |
list(string, string, Firewall |
Returns all signatures overrides objects for a specific policy as a list containing a single value. |
patch(string, string, Signatures |
Will update the status of policy's signature overrides for IDPS |
put(string, string, Signatures |
Will override/create a new signature overrides for the policy's IDPS |
Method Details
get(string, string, FirewallPolicyIdpsSignaturesOverridesGetOptionalParams)
Returns all signatures overrides for a specific policy.
function get(resourceGroupName: string, firewallPolicyName: string, options?: FirewallPolicyIdpsSignaturesOverridesGetOptionalParams): Promise<SignaturesOverrides>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- firewallPolicyName
-
string
The name of the Firewall Policy.
The options parameters.
Returns
Promise<SignaturesOverrides>
list(string, string, FirewallPolicyIdpsSignaturesOverridesListOptionalParams)
Returns all signatures overrides objects for a specific policy as a list containing a single value.
function list(resourceGroupName: string, firewallPolicyName: string, options?: FirewallPolicyIdpsSignaturesOverridesListOptionalParams): Promise<SignaturesOverridesList>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- firewallPolicyName
-
string
The name of the Firewall Policy.
The options parameters.
Returns
Promise<SignaturesOverridesList>
patch(string, string, SignaturesOverrides, FirewallPolicyIdpsSignaturesOverridesPatchOptionalParams)
Will update the status of policy's signature overrides for IDPS
function patch(resourceGroupName: string, firewallPolicyName: string, parameters: SignaturesOverrides, options?: FirewallPolicyIdpsSignaturesOverridesPatchOptionalParams): Promise<SignaturesOverrides>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- firewallPolicyName
-
string
The name of the Firewall Policy.
- parameters
- SignaturesOverrides
Will contain all properties of the object to put
The options parameters.
Returns
Promise<SignaturesOverrides>
put(string, string, SignaturesOverrides, FirewallPolicyIdpsSignaturesOverridesPutOptionalParams)
Will override/create a new signature overrides for the policy's IDPS
function put(resourceGroupName: string, firewallPolicyName: string, parameters: SignaturesOverrides, options?: FirewallPolicyIdpsSignaturesOverridesPutOptionalParams): Promise<SignaturesOverrides>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- firewallPolicyName
-
string
The name of the Firewall Policy.
- parameters
- SignaturesOverrides
Will contain all properties of the object to put
The options parameters.
Returns
Promise<SignaturesOverrides>