Uses of Interface
com.microsoft.azure.management.dns.DnsRecordSet.UpdateNSRecordSet
Package
Description
This package contains the classes for DnsManagementClient.
-
Uses of DnsRecordSet.UpdateNSRecordSet in com.microsoft.azure.management.dns
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of a record sets update as a part of parent DNS zone update.Modifier and TypeMethodDescriptionDnsZone.UpdateStages.WithRecordSet.updateNSRecordSet
(String name) Begins the description of an update of an existing NS record set in this DNS zone.DnsRecordSet.UpdateStages.WithNSRecordNameServer.withNameServer
(String nameServerHostName) Creates a NS record with the provided name server in this record set.DnsRecordSet.UpdateStages.WithNSRecordNameServer.withoutNameServer
(String nameServerHostName) Rmoves a NS record with the provided name server from this record set.