DnsResolverDomainListBulk(Uri, DnsResolverDomainListBulkAction) Constructor
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.
Initializes a new instance of DnsResolverDomainListBulk.
public DnsResolverDomainListBulk(Uri storageUri, Azure.ResourceManager.DnsResolver.Models.DnsResolverDomainListBulkAction action);
new Azure.ResourceManager.DnsResolver.Models.DnsResolverDomainListBulk : Uri * Azure.ResourceManager.DnsResolver.Models.DnsResolverDomainListBulkAction -> Azure.ResourceManager.DnsResolver.Models.DnsResolverDomainListBulk
Public Sub New (storageUri As Uri, action As DnsResolverDomainListBulkAction)
Parameters
- storageUri
- Uri
The storage account blob file URL to be used in the bulk upload or download request of DNS resolver domain list.
The action to take in the request, Upload or Download.
Exceptions
storageUri is null.