NsRecord Class

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

public class NsRecord

An NS record.

Method Summary

Modifier and Type Method and Description
String nsdname()

Get the nsdname value.

NsRecord withNsdname(String nsdname)

Set the nsdname value.

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