MxRecord Class

An MX record.

Inheritance
azure.mgmt.dns._serialization.Model
MxRecord

Constructor

MxRecord(*, preference: int | None = None, exchange: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
preference
int

The preference value for this MX record.

exchange
str

The domain name of the mail host for this MX record.

Variables

Name Description
preference
int

The preference value for this MX record.

exchange
str

The domain name of the mail host for this MX record.