FirewallPolicyIdpsSignaturesOverridesOperationsExtensions.Put Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Will override/create a new signature overrides for the policy's IDPS
public static Microsoft.Azure.Management.Network.Models.SignaturesOverrides Put (this Microsoft.Azure.Management.Network.IFirewallPolicyIdpsSignaturesOverridesOperations operations, Microsoft.Azure.Management.Network.Models.SignaturesOverrides parameters, string resourceGroupName, string firewallPolicyName);
static member Put : Microsoft.Azure.Management.Network.IFirewallPolicyIdpsSignaturesOverridesOperations * Microsoft.Azure.Management.Network.Models.SignaturesOverrides * string * string -> Microsoft.Azure.Management.Network.Models.SignaturesOverrides
<Extension()>
Public Function Put (operations As IFirewallPolicyIdpsSignaturesOverridesOperations, parameters As SignaturesOverrides, resourceGroupName As String, firewallPolicyName As String) As SignaturesOverrides
Parameters
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.