TxtRecordSet Interface

Implements

public interface TxtRecordSet
extends DnsRecordSet

An immutable client-side representation of a TXT (text) record set in Azure DNS Zone.

Method Summary

Modifier and Type Method and Description
abstract java.util.List<TxtRecord> records()

Method Details

records

public abstract List records()

Returns:

the TXT records in this record set

Applies to