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

IWithTxtRecordTextValueOrAttachable<ParentT> 接口

定义

TXT 记录集定义的阶段,允许添加其他 TXT 记录或将记录集附加到父记录集。

public interface IWithTxtRecordTextValueOrAttachable<ParentT> : Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateDefinition.IWithETagCheck<ParentT>, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateDefinition.IWithMetadata<ParentT>, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateDefinition.IWithTtl<ParentT>, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateDefinition.IWithTxtRecordTextValue<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IWithTxtRecordTextValueOrAttachable<'ParentT> = interface
    interface IWithTxtRecordTextValue<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInUpdate<'ParentT>
    interface IWithTtl<'ParentT>
    interface IWithMetadata<'ParentT>
    interface IWithETagCheck<'ParentT>
Public Interface IWithTxtRecordTextValueOrAttachable(Of ParentT)
Implements IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithETagCheck(Of ParentT), IWithMetadata(Of ParentT), IWithTtl(Of ParentT), IWithTxtRecordTextValue(Of ParentT)

类型参数

ParentT

附加此定义后要返回到的父定义的阶段。

派生
实现

方法

Attach()

TXT 记录集定义的阶段,允许添加其他 TXT 记录或将记录集附加到父记录集。

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

指定 If-None-Match 标头需要设置为 以防止更新现有记录集。

(继承自 IWithETagCheck<ParentT>)
WithMetadata(String, String)

将标记添加到资源。

(继承自 IWithMetadata<ParentT>)
WithText(String)

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

(继承自 IWithTxtRecordTextValue<ParentT>)
WithTimeToLive(Int64)

指定记录集中记录的 TTL。

(继承自 IWithTtl<ParentT>)

适用于