Class PtrRecord
- java.lang.Object
-
- com.microsoft.azure.management.dns.PtrRecord
-
public class PtrRecord extends Object
A PTR record.
-
-
Constructor Summary
Constructors Constructor Description PtrRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringptrdname()Get the ptrdname value.PtrRecordwithPtrdname(String ptrdname)Set the ptrdname value.
-