DnsResolverDomainListResource.Bulk 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.
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-10-01-preview.
- Resource. : DnsResolverDomainListResource.
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DnsResolver.DnsResolverDomainListResource> Bulk(Azure.WaitUntil waitUntil, Azure.ResourceManager.DnsResolver.Models.DnsResolverDomainListBulk dnsResolverDomainListBulk, Azure.MatchConditions matchConditions = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Bulk : Azure.WaitUntil * Azure.ResourceManager.DnsResolver.Models.DnsResolverDomainListBulk * Azure.MatchConditions * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DnsResolver.DnsResolverDomainListResource>
override this.Bulk : Azure.WaitUntil * Azure.ResourceManager.DnsResolver.Models.DnsResolverDomainListBulk * Azure.MatchConditions * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.DnsResolver.DnsResolverDomainListResource>
Public Overridable Function Bulk (waitUntil As WaitUntil, dnsResolverDomainListBulk As DnsResolverDomainListBulk, Optional matchConditions As MatchConditions = 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.
- matchConditions
- MatchConditions
The content to send as the request conditions of the request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
dnsResolverDomainListBulk is null.