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

IUpdateTxtRecordSet 接口

定义

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

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

方法

Parent()

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

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

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

(继承自 IWithETagCheck)
WithETagCheck(String)

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

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

将元数据添加到记录集。

(继承自 IWithMetadata)
WithoutMetadata(String)

从记录集中删除元数据。

(继承自 IWithMetadata)
WithoutText(IList<String>)

删除具有给定文本的 Txt 记录, (从此记录集中拆分为 255 个字符的区块) 。

(继承自 IWithTxtRecordTextValue)
WithoutText(String)

从此记录集中删除具有给定文本的 Txt 记录。

(继承自 IWithTxtRecordTextValue)
WithText(String)

在此记录集中使用给定文本创建 Txt 记录。

(继承自 IWithTxtRecordTextValue)
WithTimeToLive(Int64)

指定记录集中记录的 TTL。

(继承自 IWithTtl)

适用于