public static interface DnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address
| Modifier and Type | Method and Description |
|---|---|
DnsRecordSet.UpdateAaaaRecordSet |
withIPv6Address(String ipv6Address)
Creates an AAAA record with the provided IPv6 address in this record set.
|
DnsRecordSet.UpdateAaaaRecordSet |
withoutIPv6Address(String ipv6Address)
Removes an AAAA record with the provided IPv6 address from this record set.
|
DnsRecordSet.UpdateAaaaRecordSet withIPv6Address(String ipv6Address)
ipv6Address - the IPv6 addressDnsRecordSet.UpdateAaaaRecordSet withoutIPv6Address(String ipv6Address)
ipv6Address - the IPv6 address/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/