IWithAaaaRecordIPv6Address<ParentT>.WithIPv6Address(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an AAAA record with the provided IPv6 address in this record set.
public Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithAaaaRecordIPv6AddressOrAttachable<ParentT> WithIPv6Address (string ipv6Address);
abstract member WithIPv6Address : string -> Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithAaaaRecordIPv6AddressOrAttachable<'ParentT>
Public Function WithIPv6Address (ipv6Address As String) As IWithAaaaRecordIPv6AddressOrAttachable(Of ParentT)
Parameters
- ipv6Address
- String
An IPv6 address.