Share via


DnsSecurityRuleCollection.CreateOrUpdateAsync Method

Definition

Creates or updates a DNS security rule for a DNS resolver policy.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsResolverPolicies/{dnsResolverPolicyName}/dnsSecurityRules/{dnsSecurityRuleName}
  • Operation Id: DnsSecurityRules_CreateOrUpdate
  • Default Api Version: 2023-07-01-preview
  • Resource: DnsSecurityRuleResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DnsResolver.DnsSecurityRuleResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string dnsSecurityRuleName, Azure.ResourceManager.DnsResolver.DnsSecurityRuleData data, string ifMatch = default, string ifNoneMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.DnsResolver.DnsSecurityRuleData * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DnsResolver.DnsSecurityRuleResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.DnsResolver.DnsSecurityRuleData * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DnsResolver.DnsSecurityRuleResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, dnsSecurityRuleName As String, data As DnsSecurityRuleData, Optional ifMatch As String = Nothing, Optional ifNoneMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of DnsSecurityRuleResource))

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.

dnsSecurityRuleName
String

The name of the DNS security rule.

data
DnsSecurityRuleData

Parameters supplied to the CreateOrUpdate 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.

ifNoneMatch
String

Set to '*' to allow a new resource to be created, but to prevent updating an existing resource. Other values will be ignored.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

dnsSecurityRuleName or data is null.

Applies to