Share via


CdnWebApplicationFirewallPolicyCollection.CreateOrUpdate Method

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/cdnWebApplicationFirewallPolicies/{policyName}
  • Operation Id: Policies_CreateOrUpdate
  • Default Api Version: 2024-02-01
  • Resource: CdnWebApplicationFirewallPolicyResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.CdnWebApplicationFirewallPolicyResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string policyName, Azure.ResourceManager.Cdn.CdnWebApplicationFirewallPolicyData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Cdn.CdnWebApplicationFirewallPolicyData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.CdnWebApplicationFirewallPolicyResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Cdn.CdnWebApplicationFirewallPolicyData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Cdn.CdnWebApplicationFirewallPolicyResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, policyName As String, data As CdnWebApplicationFirewallPolicyData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of CdnWebApplicationFirewallPolicyResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

policyName
String

The name of the CdnWebApplicationFirewallPolicy.

data
CdnWebApplicationFirewallPolicyData

Policy to be created.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

policyName is an empty string, and was expected to be non-empty.

policyName or data is null.

Applies to