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

IWithAttach<ParentT> 接口

定义

DNS 区域记录集定义的最后一个阶段。 在此阶段,可以指定任何剩余的可选设置,也可以使用 DnsRecordSet.UpdateDefinitionStages.WithAttach.attach () 将 DNS 区域记录集定义附加到父流量管理器配置文件定义。

public interface 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.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInUpdate<'ParentT>
    interface IWithTtl<'ParentT>
    interface IWithMetadata<'ParentT>
    interface IWithETagCheck<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInUpdate(Of ParentT), IWithETagCheck(Of ParentT), IWithMetadata(Of ParentT), IWithTtl(Of ParentT)

类型参数

ParentT

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

派生
实现

方法

Attach()

DNS 区域记录集定义的最后一个阶段。 在此阶段,可以指定任何剩余的可选设置,也可以使用 DnsRecordSet.UpdateDefinitionStages.WithAttach.attach () 将 DNS 区域记录集定义附加到父流量管理器配置文件定义。

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

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

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

将标记添加到资源。

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

指定记录集中记录的 TTL。

(继承自 IWithTtl<ParentT>)

适用于