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