TxtRecord Class
A TXT record.
- Inheritance
-
azure.mgmt.dns._serialization.ModelTxtRecord
Constructor
TxtRecord(*, value: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
The text value of this TXT record. |
Variables
Name | Description |
---|---|
value
|
The text value of this TXT 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