PostRulestackRuleCollection.CreateOrUpdate Method

Definition

Create a PostRulesResource

  • Request Path: /providers/PaloAltoNetworks.Cloudngfw/globalRulestacks/{globalRulestackName}/postRules/{priority}
  • Operation Id: PostRules_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.PaloAltoNetworks.Ngfw.PostRulestackRuleResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string priority, Azure.ResourceManager.PaloAltoNetworks.Ngfw.PostRulestackRuleData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.PaloAltoNetworks.Ngfw.PostRulestackRuleData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.PaloAltoNetworks.Ngfw.PostRulestackRuleResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.PaloAltoNetworks.Ngfw.PostRulestackRuleData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.PaloAltoNetworks.Ngfw.PostRulestackRuleResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, priority As String, data As PostRulestackRuleData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of PostRulestackRuleResource)

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.

priority
String

Post Rule priority.

data
PostRulestackRuleData

Resource create parameters.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

priority or data is null.

Applies to