public static interface DnsRecordSet.UpdateStages.WithNSRecordNameServer
| Modifier and Type | Method and Description |
|---|---|
DnsRecordSet.UpdateNSRecordSet |
withNameServer(String nameServerHostName)
Creates a NS record with the provided name server in this record set.
|
DnsRecordSet.UpdateNSRecordSet |
withoutNameServer(String nameServerHostName)
Rmoves a NS record with the provided name server from this record set.
|
DnsRecordSet.UpdateNSRecordSet withNameServer(String nameServerHostName)
nameServerHostName - the name server host nameDnsRecordSet.UpdateNSRecordSet withoutNameServer(String nameServerHostName)
nameServerHostName - the name server host nameVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.