Uses of Interface
com.microsoft.azure.management.dns.DnsRecordSet.UpdateMXRecordSet
-
-
Uses of DnsRecordSet.UpdateMXRecordSet in com.microsoft.azure.management.dns
Subinterfaces of DnsRecordSet.UpdateMXRecordSet 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.UpdateMXRecordSet Modifier and Type Method Description DnsRecordSet.UpdateMXRecordSetDnsZone.UpdateStages.WithRecordSet. updateMXRecordSet(String name)Begins the description of an update of an existing MX record set in this DNS zone.DnsRecordSet.UpdateMXRecordSetDnsRecordSet.UpdateStages.WithMXRecordMailExchange. withMailExchange(String mailExchangeHostName, int priority)Creates and assigns priority to a MX record with the provided mail exchange server in this record set.DnsRecordSet.UpdateMXRecordSetDnsRecordSet.UpdateStages.WithMXRecordMailExchange. withoutMailExchange(String mailExchangeHostName, int priority)Removes MX record with the provided mail exchange server and priority from this record set.
-