NsRecord Class
- java.
lang. Object - com.
microsoft. azure. management. dns. NsRecord
- com.
public class NsRecord
An NS record.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
nsdname()
Get the nsdname value. |
Ns |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java