DnsForwardingRuleResource.Update Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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_Update
- Default Api Version: 2023-07-01-preview
- Resource: DnsForwardingRuleResource
public virtual Azure.Response<Azure.ResourceManager.DnsResolver.DnsForwardingRuleResource> Update (Azure.ResourceManager.DnsResolver.Models.DnsForwardingRulePatch patch, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.DnsResolver.Models.DnsForwardingRulePatch * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DnsResolver.DnsForwardingRuleResource>
override this.Update : Azure.ResourceManager.DnsResolver.Models.DnsForwardingRulePatch * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DnsResolver.DnsForwardingRuleResource>
Public Overridable Function Update (patch As DnsForwardingRulePatch, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DnsForwardingRuleResource)
Parameters
- patch
- DnsForwardingRulePatch
Parameters supplied to the Update operation.
- ifMatch
- String
ETag of the resource. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting any concurrent changes.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
patch
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET