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