IWithAaaaRecordIPv6Address<ParentT>.WithIPv6Address(String) Method

Definition

Creates an AAAA record with the provided IPv6 address in this record set.

public Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateDefinition.IWithAaaaRecordIPv6AddressOrAttachable<ParentT> WithIPv6Address (string ipv6Address);
abstract member WithIPv6Address : string -> Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateDefinition.IWithAaaaRecordIPv6AddressOrAttachable<'ParentT>
Public Function WithIPv6Address (ipv6Address As String) As IWithAaaaRecordIPv6AddressOrAttachable(Of ParentT)

Parameters

ipv6Address
String

The IPv6 address.

Returns

Applies to