public static interface PrivateDnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address
| Modifier and Type | Method and Description |
|---|---|
PrivateDnsRecordSet.UpdateAaaaRecordSet |
withIPv6Address(String ipv6Address)
Creates an AAAA record with the provided IPv6 address in this record set.
|
PrivateDnsRecordSet.UpdateAaaaRecordSet |
withoutIPv6Address(String ipv6Address)
Removes an AAAA record with the provided IPv6 address from this record set.
|
PrivateDnsRecordSet.UpdateAaaaRecordSet withIPv6Address(String ipv6Address)
ipv6Address - the IPv6 addressPrivateDnsRecordSet.UpdateAaaaRecordSet withoutIPv6Address(String ipv6Address)
ipv6Address - the IPv6 addressCopyright © 2020 Microsoft Corporation. All rights reserved.