MxRecord Class
An MX record.
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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python