DnsForwardingRuleCollection.CreateOrUpdate Method

Definition

Creates or updates a forwarding rule in a DNS forwarding ruleset.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsForwardingRulesets/{dnsForwardingRulesetName}/forwardingRules/{forwardingRuleName}.
  • Operation Id. : ForwardingRules_CreateOrUpdate.
  • Default Api Version. : 2025-10-01-preview.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DnsResolver.DnsForwardingRuleResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string forwardingRuleName, Azure.ResourceManager.DnsResolver.DnsForwardingRuleData data, Azure.MatchConditions matchConditions = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DnsResolver.DnsForwardingRuleData * Azure.MatchConditions * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DnsResolver.DnsForwardingRuleResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.DnsResolver.DnsForwardingRuleData * Azure.MatchConditions * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DnsResolver.DnsForwardingRuleResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, forwardingRuleName As String, data As DnsForwardingRuleData, Optional matchConditions As MatchConditions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of DnsForwardingRuleResource)

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.

forwardingRuleName
String

The name of the forwarding rule.

data
DnsForwardingRuleData

Parameters supplied to the CreateOrUpdate operation.

matchConditions
MatchConditions

The content to send as the request conditions of the request.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

forwardingRuleName or data is null.

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

Applies to