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