MXRecordSet Interface

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

Inherited Members

Method Details

records

public List records()

Returns:

the MX records in this record set

Applies to