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

IUpdateCaaRecordSet 接口

定义

作为父 DNS 区域更新的一部分,整个 Caa 记录集更新。

public interface IUpdateCaaRecordSet : Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Update.IUpdate, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Update.IWithCaaRecordEntry, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Dns.Fluent.DnsZone.Update.IUpdate>
type IUpdateCaaRecordSet = interface
    interface IWithCaaRecordEntry
    interface IUpdate
    interface ISettable<IUpdate>
    interface IWithTtl
    interface IWithMetadata
    interface IWithETagCheck
Public Interface IUpdateCaaRecordSet
Implements ISettable(Of IUpdate), IUpdate, IWithCaaRecordEntry
派生
实现

方法

Parent()

作为父 DNS 区域更新的一部分,整个 Caa 记录集更新。

(继承自 ISettable<ParentT>)
WithETagCheck()

指定If-Match标头需要设置为与记录集关联的当前 eTag 值。

(继承自 IWithETagCheck)
WithETagCheck(String)

指定 if-Match 标头需要设置为给定的 eTag 值。

(继承自 IWithETagCheck)
WithMetadata(String, String)

将元数据添加到记录集。

(继承自 IWithMetadata)
WithoutMetadata(String)

从记录集中删除元数据。

(继承自 IWithMetadata)
WithoutRecord(Int32, String, String)

删除服务的 Caa 记录。

(继承自 IWithCaaRecordEntry)
WithRecord(Int32, String, String)

指定服务的 Caa 记录。

(继承自 IWithCaaRecordEntry)
WithTimeToLive(Int64)

指定记录集中记录的 TTL。

(继承自 IWithTtl)

适用于