你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithTxtRecordTextValue 接口

定义

允许添加或删除 TXT 记录的 Txt 记录定义的阶段。

public interface IWithTxtRecordTextValue
type IWithTxtRecordTextValue = interface
Public Interface IWithTxtRecordTextValue
派生

方法

WithoutText(IList<String>)

删除具有给定文本的 Txt 记录, (从此记录集中拆分为 255 个字符的区块) 。

WithoutText(String)

从此记录集中删除具有给定文本的 Txt 记录。

WithText(String)

在此记录集中使用给定文本创建 Txt 记录。

适用于