Class PtrRecord
java.lang.Object
com.microsoft.azure.management.dns.PtrRecord
A PTR record.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionptrdname()
Get the ptrdname value.withPtrdname
(String ptrdname) Set the ptrdname value.
-
Constructor Details
-
PtrRecord
public PtrRecord()
-
-
Method Details
-
ptrdname
Get the ptrdname value.- Returns:
- the ptrdname value
-
withPtrdname
Set the ptrdname value.- Parameters:
ptrdname
- the ptrdname value to set- Returns:
- the PtrRecord object itself.
-