Uses of Interface
com.microsoft.azure.management.dns.DnsRecordSet.UpdateAaaaRecordSet
Package
Description
This package contains the classes for DnsManagementClient.
-
Uses of DnsRecordSet.UpdateAaaaRecordSet in com.microsoft.azure.management.dns
Modifier and TypeInterfaceDescriptionstatic interface
The entirety of a record sets update as a part of parent DNS zone update.Modifier and TypeMethodDescriptionDnsZone.UpdateStages.WithRecordSet.updateAaaaRecordSet
(String name) Begins the description of an update of an existing AAAA record set in this DNS zone.DnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address.withIPv6Address
(String ipv6Address) Creates an AAAA record with the provided IPv6 address in this record set.DnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address.withoutIPv6Address
(String ipv6Address) Removes an AAAA record with the provided IPv6 address from this record set.