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

IUpdateAaaaRecordSet 接口

定义

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

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

方法

Parent()

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

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

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

(继承自 IWithETagCheck)
WithETagCheck(String)

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

(继承自 IWithETagCheck)
WithIPv6Address(String)

使用此记录集中提供的 IPv6 地址创建 AAAA 记录。

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

将元数据添加到记录集。

(继承自 IWithMetadata)
WithoutIPv6Address(String)

从此记录集中删除具有提供的 IPv6 地址的 AAAA 记录。

(继承自 IWithAaaaRecordIPv6Address)
WithoutMetadata(String)

从记录集中删除元数据。

(继承自 IWithMetadata)
WithTimeToLive(Int64)

指定记录集中记录的 TTL。

(继承自 IWithTtl)

适用于