TxtRecord Class

A TXT record.

Inheritance
azure.mgmt.dns._serialization.Model
TxtRecord

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.