Uses of Interface
com.azure.resourcemanager.dns.models.DnsRecordSet.UpdateMXRecordSet
-
Packages that use DnsRecordSet.UpdateMXRecordSet Package Description com.azure.resourcemanager.dns.models Package containing the data models for DnsManagementClient. -
-
Uses of DnsRecordSet.UpdateMXRecordSet in com.azure.resourcemanager.dns.models
Subinterfaces of DnsRecordSet.UpdateMXRecordSet in com.azure.resourcemanager.dns.models 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.azure.resourcemanager.dns.models 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.
-