Class ARecord
java.lang.Object
com.microsoft.azure.management.dns.ARecord
An A record.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the ipv4Address value.withIpv4Address
(String ipv4Address) Set the ipv4Address value.
-
Constructor Details
-
ARecord
public ARecord()
-
-
Method Details
-
ipv4Address
Get the ipv4Address value.- Returns:
- the ipv4Address value
-
withIpv4Address
Set the ipv4Address value.- Parameters:
ipv4Address
- the ipv4Address value to set- Returns:
- the ARecord object itself.
-