PolicySignaturesOverridesForIdpsResource.CreateOrUpdate Method

Definition

Will override/create a new signature overrides for the policy's IDPS

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/firewallPolicies/{firewallPolicyName}/signatureOverrides/default.
  • Operation Id. : FirewallPolicyIdpsSignaturesOverrides_Put.
  • Default Api Version. : 2025-07-01.
  • Resource. : PolicySignaturesOverridesForIdpsResource.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsResource> CreateOrUpdate(Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsResource>
override this.CreateOrUpdate : Azure.WaitUntil * Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, data As PolicySignaturesOverridesForIdpsData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of PolicySignaturesOverridesForIdpsResource)

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.

data
PolicySignaturesOverridesForIdpsData

Will contain all properties of the object to put.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to