Interface TxtRecordSet

All Superinterfaces:
ChildResource<DnsZone>, DnsRecordSet, ExternalChildResource<DnsRecordSet,DnsZone>, HasInnerModel<RecordSetInner>, HasName, HasParent<DnsZone>, Indexable, Refreshable<DnsRecordSet>

public interface TxtRecordSet extends DnsRecordSet
An immutable client-side representation of a TXT (text) record set in Azure DNS Zone.
  • Method Details

    • records

      List<TxtRecord> records()
      Gets the TXT records in this record set.
      Returns:
      the TXT records in this record set