public static interface DnsRecordSet.UpdateStages.WithARecordIPv4Address
| Modifier and Type | Method and Description |
|---|---|
DnsRecordSet.UpdateARecordSet |
withIPv4Address(String ipv4Address)
Creates an A record with the provided IPv4 address in the record set.
|
DnsRecordSet.UpdateARecordSet |
withoutIPv4Address(String ipv4Address)
Removes the A record with the provided IPv4 address from the record set.
|
DnsRecordSet.UpdateARecordSet withIPv4Address(String ipv4Address)
ipv4Address - an IPv4 addressDnsRecordSet.UpdateARecordSet withoutIPv4Address(String ipv4Address)
ipv4Address - an IPv4 addressVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.