PoliciesOperationsExtensions.UpdateAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.Management.FrontDoor.Models.WebApplicationFirewallPolicy> UpdateAsync (this Microsoft.Azure.Management.FrontDoor.IPoliciesOperations operations, string resourceGroupName, string policyName, Microsoft.Azure.Management.FrontDoor.Models.TagsObject parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.FrontDoor.IPoliciesOperations * string * string * Microsoft.Azure.Management.FrontDoor.Models.TagsObject * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.FrontDoor.Models.WebApplicationFirewallPolicy>
<Extension()>
Public Function UpdateAsync (operations As IPoliciesOperations, resourceGroupName As String, policyName As String, parameters As TagsObject, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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
- cancellationToken
- CancellationToken
The cancellation token.