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

IWithRecordSet.WithoutTxtRecordSet 方法

定义

重载

WithoutTxtRecordSet(String)

删除 DNS 区域中的 TXT 记录集。

WithoutTxtRecordSet(String, String)

删除 DNS 区域中的 TXT 记录集。

WithoutTxtRecordSet(String)

删除 DNS 区域中的 TXT 记录集。

public Microsoft.Azure.Management.Dns.Fluent.DnsZone.Update.IUpdate WithoutTxtRecordSet (string name);
abstract member WithoutTxtRecordSet : string -> Microsoft.Azure.Management.Dns.Fluent.DnsZone.Update.IUpdate
Public Function WithoutTxtRecordSet (name As String) As IUpdate

参数

name
String

TXT 记录集的名称。

返回

适用于

WithoutTxtRecordSet(String, String)

删除 DNS 区域中的 TXT 记录集。

public Microsoft.Azure.Management.Dns.Fluent.DnsZone.Update.IUpdate WithoutTxtRecordSet (string name, string eTagValue);
abstract member WithoutTxtRecordSet : string * string -> Microsoft.Azure.Management.Dns.Fluent.DnsZone.Update.IUpdate
Public Function WithoutTxtRecordSet (name As String, eTagValue As String) As IUpdate

参数

name
String

TXT 记录集的名称。

eTagValue
String

用于并发保护的 etag。

返回

适用于