FirewallPolicyIdpsSignaturesOverridesOperationsExtensions.Patch Method

Definition

Will update the status of policy's signature overrides for IDPS

public static Microsoft.Azure.Management.Network.Models.SignaturesOverrides Patch (this Microsoft.Azure.Management.Network.IFirewallPolicyIdpsSignaturesOverridesOperations operations, Microsoft.Azure.Management.Network.Models.SignaturesOverrides parameters, string resourceGroupName, string firewallPolicyName);
static member Patch : Microsoft.Azure.Management.Network.IFirewallPolicyIdpsSignaturesOverridesOperations * Microsoft.Azure.Management.Network.Models.SignaturesOverrides * string * string -> Microsoft.Azure.Management.Network.Models.SignaturesOverrides
<Extension()>
Public Function Patch (operations As IFirewallPolicyIdpsSignaturesOverridesOperations, parameters As SignaturesOverrides, resourceGroupName As String, firewallPolicyName As String) As SignaturesOverrides

Parameters

operations
IFirewallPolicyIdpsSignaturesOverridesOperations

The operations group for this extension method.

parameters
SignaturesOverrides

Will contain all properties of the object to put

resourceGroupName
String

The name of the resource group.

firewallPolicyName
String

The name of the Firewall Policy.

Returns

Applies to