Uses of Interface
com.microsoft.azure.management.dns.DnsRecordSet.UpdateAaaaRecordSet
-
-
Uses of DnsRecordSet.UpdateAaaaRecordSet in com.microsoft.azure.management.dns
Subinterfaces of DnsRecordSet.UpdateAaaaRecordSet in com.microsoft.azure.management.dns Modifier and Type Interface Description static interfaceDnsRecordSet.UpdateCombinedThe entirety of a record sets update as a part of parent DNS zone update.Methods in com.microsoft.azure.management.dns that return DnsRecordSet.UpdateAaaaRecordSet Modifier and Type Method Description DnsRecordSet.UpdateAaaaRecordSetDnsZone.UpdateStages.WithRecordSet. updateAaaaRecordSet(String name)Begins the description of an update of an existing AAAA record set in this DNS zone.DnsRecordSet.UpdateAaaaRecordSetDnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address. withIPv6Address(String ipv6Address)Creates an AAAA record with the provided IPv6 address in this record set.DnsRecordSet.UpdateAaaaRecordSetDnsRecordSet.UpdateStages.WithAaaaRecordIPv6Address. withoutIPv6Address(String ipv6Address)Removes an AAAA record with the provided IPv6 address from this record set.
-