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

IUpdateCombined 接口

定义

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

public interface IUpdateCombined : Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateAaaaRecordSet.IUpdateAaaaRecordSet, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateARecordSet.IUpdateARecordSet, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateCaaRecordSet.IUpdateCaaRecordSet, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateCNameRecordSet.IUpdateCNameRecordSet, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateMXRecordSet.IUpdateMXRecordSet, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateNSRecordSet.IUpdateNSRecordSet, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdatePtrRecordSet.IUpdatePtrRecordSet, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateSoaRecord.IUpdateSoaRecord, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateSrvRecordSet.IUpdateSrvRecordSet, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateTxtRecordSet.IUpdateTxtRecordSet, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Dns.Fluent.DnsZone.Update.IUpdate>
type IUpdateCombined = interface
    interface IUpdateARecordSet
    interface IWithARecordIPv4Address
    interface IUpdate
    interface ISettable<IUpdate>
    interface IWithTtl
    interface IWithMetadata
    interface IWithETagCheck
    interface IUpdateAaaaRecordSet
    interface IWithAaaaRecordIPv6Address
    interface IUpdateCaaRecordSet
    interface IWithCaaRecordEntry
    interface IUpdateCNameRecordSet
    interface IWithCNameRecordAlias
    interface IUpdateMXRecordSet
    interface IWithMXRecordMailExchange
    interface IUpdatePtrRecordSet
    interface IWithPtrRecordTargetDomainName
    interface IUpdateNSRecordSet
    interface IWithNSRecordNameServer
    interface IUpdateSrvRecordSet
    interface IWithSrvRecordEntry
    interface IUpdateTxtRecordSet
    interface IWithTxtRecordTextValue
    interface IUpdateSoaRecord
    interface IWithSoaRecordAttributes
Public Interface IUpdateCombined
Implements ISettable(Of IUpdate), IUpdateAaaaRecordSet, IUpdateARecordSet, IUpdateCaaRecordSet, IUpdateCNameRecordSet, IUpdateMXRecordSet, IUpdateNSRecordSet, IUpdatePtrRecordSet, IUpdateSoaRecord, IUpdateSrvRecordSet, IUpdateTxtRecordSet
实现

方法

Parent()

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

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

CNAME 记录集的新别名。

(继承自 IWithCNameRecordAlias)
WithEmailServer(String)

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

(继承自 IWithSoaRecordAttributes)
WithETagCheck()

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

(继承自 IWithETagCheck)
WithETagCheck(String)

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

(继承自 IWithETagCheck)
WithExpireTimeInSeconds(Int64)

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

(继承自 IWithSoaRecordAttributes)
WithIPv4Address(String)

使用记录集中提供的 IPv4 地址创建 A 记录。

(继承自 IWithARecordIPv4Address)
WithIPv6Address(String)

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

(继承自 IWithAaaaRecordIPv6Address)
WithMailExchange(String, Int32)

在此记录集中使用提供的邮件交换服务器创建 MX 记录并为其分配优先级。

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

将元数据添加到记录集。

(继承自 IWithMetadata)
WithNameServer(String)

使用此记录集中提供的名称服务器创建 NS 记录。

(继承自 IWithNSRecordNameServer)
WithNegativeResponseCachingTimeToLiveInSeconds(Int64)

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

(继承自 IWithSoaRecordAttributes)
WithoutIPv4Address(String)

从记录集中删除具有提供的 IPv4 地址的 A 记录。

(继承自 IWithARecordIPv4Address)
WithoutIPv6Address(String)

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

(继承自 IWithAaaaRecordIPv6Address)
WithoutMailExchange(String, Int32)

从此记录集中删除具有所提供邮件交换服务器和优先级的 MX 记录。

(继承自 IWithMXRecordMailExchange)
WithoutMetadata(String)

从记录集中删除元数据。

(继承自 IWithMetadata)
WithoutNameServer(String)

使用此记录集中提供的名称服务器对 NS 记录进行 Rmos。

(继承自 IWithNSRecordNameServer)
WithoutRecord(Int32, String, String)

删除服务的 Caa 记录。

(继承自 IWithCaaRecordEntry)
WithoutRecord(String, Int32, Int32, Int32)

删除服务的服务记录。

(继承自 IWithSrvRecordEntry)
WithoutTargetDomainName(String)

从此记录集中删除具有提供的规范名称的 CName 记录。

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

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

(继承自 IWithTxtRecordTextValue)
WithoutText(String)

从此记录集中删除包含给定文本的 Txt 记录。

(继承自 IWithTxtRecordTextValue)
WithRecord(Int32, String, String)

指定服务的 Caa 记录。

(继承自 IWithCaaRecordEntry)
WithRecord(String, Int32, Int32, Int32)

指定服务的服务记录。

(继承自 IWithSrvRecordEntry)
WithRefreshTimeInSeconds(Int64)

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

(继承自 IWithSoaRecordAttributes)
WithRetryTimeInSeconds(Int64)

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

(继承自 IWithSoaRecordAttributes)
WithSerialNumber(Int64)

指定区域文件的序列号。

(继承自 IWithSoaRecordAttributes)
WithTargetDomainName(String)

在此记录集中使用提供的规范名称创建 CName 记录。

(继承自 IWithPtrRecordTargetDomainName)
WithText(String)

在此记录集中创建包含给定文本的 Txt 记录。

(继承自 IWithTxtRecordTextValue)
WithTimeToLive(Int64)

指定记录集中记录的 TTL。

(继承自 IWithTtl)

适用于