ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4Address<ParentT>
| Modifier and Type | Method and Description |
|---|---|
DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT> |
withIPv4Address(String ipv4Address)
Creates an A record with the provided IPv4 address in this record set.
|
DnsRecordSet.UpdateDefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT> withIPv4Address(String ipv4Address)
ipv4Address - the IPv4 addressVisit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.