PoliciesOperationsExtensions.Update 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.
Patch a specific frontdoor webApplicationFirewall policy for tags update under the specified subscription and resource group.
public static Microsoft.Azure.Management.FrontDoor.Models.WebApplicationFirewallPolicy Update (this Microsoft.Azure.Management.FrontDoor.IPoliciesOperations operations, string resourceGroupName, string policyName, Microsoft.Azure.Management.FrontDoor.Models.TagsObject parameters);
static member Update : Microsoft.Azure.Management.FrontDoor.IPoliciesOperations * string * string * Microsoft.Azure.Management.FrontDoor.Models.TagsObject -> Microsoft.Azure.Management.FrontDoor.Models.WebApplicationFirewallPolicy
<Extension()>
Public Function Update (operations As IPoliciesOperations, resourceGroupName As String, policyName As String, parameters As TagsObject) As WebApplicationFirewallPolicy
Parameters
- operations
- IPoliciesOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the Resource group within the Azure subscription.
- policyName
- String
The name of the Web Application Firewall Policy.
- parameters
- TagsObject