Class PtrRecord
java.lang.Object
com.azure.resourcemanager.privatedns.models.PtrRecord
A PTR record.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PtrRecord
public PtrRecord()
-
-
Method Details
-
ptrdname
Get the ptrdname property: The PTR target domain name for this PTR record.- Returns:
- the ptrdname value.
-
withPtrdname
Set the ptrdname property: The PTR target domain name for this PTR record.- Parameters:
ptrdname- the ptrdname value to set.- Returns:
- the PtrRecord object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-