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

IWithRecordSet.WithoutAaaaRecordSet 方法

定义

重载

WithoutAaaaRecordSet(String)

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

WithoutAaaaRecordSet(String, String)

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

WithoutAaaaRecordSet(String)

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

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

参数

name
String

AAAA 记录集的名称。

返回

适用于

WithoutAaaaRecordSet(String, String)

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

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

参数

name
String

AAAA 记录集的名称。

eTagValue
String

用于并发保护的 etag。

返回

适用于