PoliciesOperationsExtensions.CreateOrUpdate 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.
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.
- parameters
- WebApplicationFirewallPolicy