Uses of Interface
com.microsoft.azure.management.dns.DnsRecordSet.UpdateMXRecordSet
Package
Description
This package contains the classes for DnsManagementClient.
-
Uses of DnsRecordSet.UpdateMXRecordSet 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.updateMXRecordSet
(String name) Begins the description of an update of an existing MX record set in this DNS zone.DnsRecordSet.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.UpdateStages.WithMXRecordMailExchange.withoutMailExchange
(String mailExchangeHostName, int priority) Removes MX record with the provided mail exchange server and priority from this record set.