Share via


DnsResolverDomainListResource.Bulk Method

Definition

Uploads or downloads the list of domains for a DNS Resolver Domain List from a storage link.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsResolverDomainLists/{dnsResolverDomainListName}/bulk
  • Operation Id: DnsResolverDomainLists_Bulk
  • Default Api Version: 2025-05-01
  • Resource: DnsResolverDomainListResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DnsResolver.DnsResolverDomainListResource> Bulk(Azure.WaitUntil waitUntil, Azure.ResourceManager.DnsResolver.Models.DnsResolverDomainListBulk dnsResolverDomainListBulk, string ifMatch = default, string ifNoneMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Bulk : Azure.WaitUntil * Azure.ResourceManager.DnsResolver.Models.DnsResolverDomainListBulk * string * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DnsResolver.DnsResolverDomainListResource>
override this.Bulk : Azure.WaitUntil * Azure.ResourceManager.DnsResolver.Models.DnsResolverDomainListBulk * string * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DnsResolver.DnsResolverDomainListResource>
Public Overridable Function Bulk (waitUntil As WaitUntil, dnsResolverDomainListBulk As DnsResolverDomainListBulk, Optional ifMatch As String = Nothing, Optional ifNoneMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As 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.

dnsResolverDomainListBulk
DnsResolverDomainListBulk

Parameters supplied to the bulk domain list 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

dnsResolverDomainListBulk is null.

Applies to