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

IWithCaaRecordEntry.WithoutRecord(Int32, String, String) 方法

定义

删除服务的 Caa 记录。

public Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateCaaRecordSet.IUpdateCaaRecordSet WithoutRecord (int flags, string tag, string value);
abstract member WithoutRecord : int * string * string -> Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateCaaRecordSet.IUpdateCaaRecordSet
Public Function WithoutRecord (flags As Integer, tag As String, value As String) As IUpdateCaaRecordSet

参数

flags
Int32

此 CAA 的标志记录为介于 0 和 255 之间的整数。

tag
String

此 CAA 记录的标记。

value
String

此 CAA 记录的值。

返回

适用于