MxRecordSet Interface
Implements
public interface MxRecordSet
extends DnsRecordSet
An immutable client-side representation of an MX (mail exchange) record set in an Azure DNS Zone.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
List<Mx |
records() |
Method Details
records
public abstract List
Returns:
the MX records in this record set
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java