Uses of Interface
com.microsoft.azure.management.dns.DnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchangeOrAttachable
-
-
Uses of DnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchangeOrAttachable in com.microsoft.azure.management.dns
Subinterfaces of DnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchangeOrAttachable in com.microsoft.azure.management.dns Modifier and Type Interface Description static interfaceDnsRecordSet.UpdateDefinition<ParentT>The entirety of a DNS zone record set definition as a part of parent update.Methods in com.microsoft.azure.management.dns that return DnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchangeOrAttachable Modifier and Type Method Description DnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>DnsRecordSet.UpdateDefinitionStages.WithMXRecordMailExchange. withMailExchange(String mailExchangeHostName, int priority)Creates and assigns priority to a MX record with the provided mail exchange server in this record set.
-