NsRecord Class

  • java.lang.Object
    • com.microsoft.azure.management.dns.NsRecord

public class NsRecord

An NS record.

Constructor Summary

Constructor Description
NsRecord()

Method Summary

Modifier and Type Method and Description
java.lang.String nsdname()

Get the nsdname value.

NsRecord withNsdname(String nsdname)

Set the nsdname value.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

NsRecord

public NsRecord()

Method Details

nsdname

public String nsdname()

Get the nsdname value.

Returns:

the nsdname value

withNsdname

public NsRecord withNsdname(String nsdname)

Set the nsdname value.

Parameters:

nsdname - the nsdname value to set

Returns:

the NsRecord object itself.

Applies to