public final class NsRecord extends Object
| Constructor and Description |
|---|
NsRecord() |
| Modifier and Type | Method and Description |
|---|---|
String |
nsdname()
Get the nsdname property: The name server name for this NS record.
|
void |
validate()
Validates the instance.
|
NsRecord |
withNsdname(String nsdname)
Set the nsdname property: The name server name for this NS record.
|
public String nsdname()
public NsRecord withNsdname(String nsdname)
nsdname - the nsdname value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.