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

IWithCaaRecordEntry<ParentT>.WithRecord(Int32, String, String) 方法

定义

指定服务的 Caa 记录。

public Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithCaaRecordEntryOrAttachable<ParentT> WithRecord (int flags, string tag, string value);
abstract member WithRecord : int * string * string -> Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithCaaRecordEntryOrAttachable<'ParentT>
Public Function WithRecord (flags As Integer, tag As String, value As String) As IWithCaaRecordEntryOrAttachable(Of ParentT)

参数

flags
Int32

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

tag
String

此 CAA 记录的标记。

value
String

此 CAA 记录的值。

返回

适用于