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

IWithRecordSet.WithoutARecordSet 方法

定义

重载

WithoutARecordSet(String)

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

WithoutARecordSet(String, String)

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

WithoutARecordSet(String)

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

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

参数

name
String

A 记录集的名称。

返回

适用于

WithoutARecordSet(String, String)

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

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

参数

name
String

A 记录集的名称。

eTagValue
String

用于并发保护的 etag。

返回

适用于