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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python