PolicySignaturesOverridesForIdpsResource.CreateOrUpdateAsync 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: 2023-09-01
  • Resource: PolicySignaturesOverridesForIdpsResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.PolicySignaturesOverridesForIdpsResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, data As PolicySignaturesOverridesForIdpsData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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