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

IWithRecordSet.WithoutMXRecordSet 方法

定义

重载

WithoutMXRecordSet(String, String)

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

WithoutMXRecordSet(String)

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

WithoutMXRecordSet(String, String)

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

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

参数

name
String

MX 记录集的名称。

eTagValue
String

用于并发保护的 etag。

返回

适用于

WithoutMXRecordSet(String)

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

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

参数

name
String

MX 记录集的名称。

返回

适用于