你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithCaaRecordEntry.WithRecord(Int32, String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定服务的 Caa 记录。
public Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateCaaRecordSet.IUpdateCaaRecordSet WithRecord (int flags, string tag, string value);
abstract member WithRecord : int * string * string -> Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateCaaRecordSet.IUpdateCaaRecordSet
Public Function WithRecord (flags As Integer, tag As String, value As String) As IUpdateCaaRecordSet
参数
- flags
- Int32
此 CAA 记录的标志为介于 0 和 255 之间的整数。
- tag
- String
此 CAA 记录的标记。
- value
- String
此 CAA 记录的值。