Class NsRecord
java.lang.Object
com.microsoft.azure.management.dns.NsRecord
An NS record.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnsdname()
Get the nsdname value.withNsdname
(String nsdname) Set the nsdname value.
-
Constructor Details
-
NsRecord
public NsRecord()
-
-
Method Details
-
nsdname
Get the nsdname value.- Returns:
- the nsdname value
-
withNsdname
Set the nsdname value.- Parameters:
nsdname
- the nsdname value to set- Returns:
- the NsRecord object itself.
-