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 java.util.List<MxRecord> records()

Method Details

records

public abstract List records()

Returns:

the MX records in this record set

Applies to