Uses of Interface
com.microsoft.azure.management.dns.DnsRecordSet.UpdateARecordSet
-
-
Uses of DnsRecordSet.UpdateARecordSet in com.microsoft.azure.management.dns
Subinterfaces of DnsRecordSet.UpdateARecordSet 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.UpdateARecordSet Modifier and Type Method Description DnsRecordSet.UpdateARecordSetDnsZone.UpdateStages.WithRecordSet. updateARecordSet(String name)Begins the description of an update of an existing A record set in this DNS zone.DnsRecordSet.UpdateARecordSetDnsRecordSet.UpdateStages.WithARecordIPv4Address. withIPv4Address(String ipv4Address)Creates an A record with the provided IPv4 address in the record set.DnsRecordSet.UpdateARecordSetDnsRecordSet.UpdateStages.WithARecordIPv4Address. withoutIPv4Address(String ipv4Address)Removes the A record with the provided IPv4 address from the record set.
-