Compartilhar via


PoliciesOperationsExtensions.CreateOrUpdate Method

Definition

Create or update policy with specified rule set name within a resource group.

public static Microsoft.Azure.Management.FrontDoor.Models.WebApplicationFirewallPolicy CreateOrUpdate (this Microsoft.Azure.Management.FrontDoor.IPoliciesOperations operations, string resourceGroupName, string policyName, Microsoft.Azure.Management.FrontDoor.Models.WebApplicationFirewallPolicy parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.FrontDoor.IPoliciesOperations * string * string * Microsoft.Azure.Management.FrontDoor.Models.WebApplicationFirewallPolicy -> Microsoft.Azure.Management.FrontDoor.Models.WebApplicationFirewallPolicy
<Extension()>
Public Function CreateOrUpdate (operations As IPoliciesOperations, resourceGroupName As String, policyName As String, parameters As WebApplicationFirewallPolicy) 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.

Returns

Applies to