Share via


DnsResolverDomainListCollection.CreateOrUpdateAsync Method

Definition

Creates or updates a DNS resolver domain list.

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

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.

dnsResolverDomainListName
String

The name of the DNS resolver domain list.

data
DnsResolverDomainListData

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

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

dnsResolverDomainListName or data is null.

Applies to