ARecord Class
- java.
lang. Object - com.
microsoft. azure. management. dns. ARecord
- com.
public class ARecord
An A record.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
ipv4Address()
Get the ipv4Address value. |
ARecord |
withIpv4Address(String ipv4Address)
Set the ipv4Address value. |
Method Details
ipv4Address
public String ipv4Address()
Get the ipv4Address value.
Returns:
the ipv4Address value
withIpv4Address
public ARecord withIpv4Address(String ipv4Address)
Set the ipv4Address value.
Parameters:
ipv4Address
- the ipv4Address value to set
Returns:
the ARecord 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