MxRecord Class
An MX record.
- Inheritance
-
azure.mgmt.dns._serialization.ModelMxRecord
Constructor
MxRecord(*, preference: int | None = None, exchange: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
preference
|
The preference value for this MX record. |
exchange
|
The domain name of the mail host for this MX record. |
Variables
Name | Description |
---|---|
preference
|
The preference value for this MX record. |
exchange
|
The domain name of the mail host for this MX record. |
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 Python