DnsClient Class
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.
public class DnsClient
type DnsClient = class
Public Class DnsClient
Inheritance
Constructors
Fields
Properties
Methods
CreateDnsRecordSet(String, String, String, UInt32, RecordType, Hashtable, Boolean, DnsRecordBase[])
CreateDnsZone(String, String, Hashtable, ZoneType, IList<String>, IList<String>)
DeleteDnsRecordSet(DnsRecordSet, Boolean)
DeleteDnsZone(DnsZone, Boolean)
GetDnsRecordSet(String, String, String, RecordType)
GetDnsZone(String, String)
GetDnsZoneHandleNonExistentZone(String, String)
ListDnsZonesInResourceGroup(String)
ListDnsZonesInSubscription()
ListRecordSets(String, String, RecordType)
ListRecordSets(String, String)
UpdateDnsRecordSet(DnsRecordSet, Boolean)
UpdateDnsZone(DnsZone, Boolean)
Applies to