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

IUpdateSoaRecord 接口

定义

作为父 DNS 区域更新的一部分的完整 SOA 记录更新。

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

方法

Parent()

作为父 DNS 区域更新的一部分的完整 SOA 记录更新。

(继承自 ISettable<ParentT>)
WithEmailServer(String)

指定与 SOA 记录关联的电子邮件服务器。

(继承自 IWithSoaRecordAttributes)
WithETagCheck()

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

(继承自 IWithETagCheck)
WithETagCheck(String)

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

(继承自 IWithETagCheck)
WithExpireTimeInSeconds(Int64)

指定当无法联系主名称服务器时,辅助名称服务器将其缓存区域文件视为有效的时间(以秒为单位)。

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

将元数据添加到记录集。

(继承自 IWithMetadata)
WithNegativeResponseCachingTimeToLiveInSeconds(Int64)

指定任何名称服务器或解析程序应缓存负响应的时间(以秒为单位)。

(继承自 IWithSoaRecordAttributes)
WithoutMetadata(String)

从记录集中删除元数据。

(继承自 IWithMetadata)
WithRefreshTimeInSeconds(Int64)

指定辅助名称服务器在尝试联系主名称服务器进行区域文件更新之前应等待的时间(以秒为单位)。

(继承自 IWithSoaRecordAttributes)
WithRetryTimeInSeconds(Int64)

指定在尝试检查区域文件更新失败后,辅助名称服务器在尝试再次联系主名称服务器之前应等待的时间(以秒为单位)。

(继承自 IWithSoaRecordAttributes)
WithSerialNumber(Int64)

指定区域文件的序列号。

(继承自 IWithSoaRecordAttributes)
WithTimeToLive(Int64)

指定记录集中记录的 TTL。

(继承自 IWithTtl)

适用于