你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IUpdatePtrRecordSet 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
整个 PTR 记录集更新作为父 DNS 区域更新的一部分。
public interface IUpdatePtrRecordSet : Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Update.IUpdate, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Update.IWithPtrRecordTargetDomainName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Dns.Fluent.DnsZone.Update.IUpdate>
type IUpdatePtrRecordSet = interface
interface IWithPtrRecordTargetDomainName
interface IUpdate
interface ISettable<IUpdate>
interface IWithTtl
interface IWithMetadata
interface IWithETagCheck
Public Interface IUpdatePtrRecordSet
Implements ISettable(Of IUpdate), IUpdate, IWithPtrRecordTargetDomainName
- 派生
- 实现
方法
Parent() |
整个 PTR 记录集更新作为父 DNS 区域更新的一部分。 (继承自 ISettable<ParentT>) |
WithETagCheck() |
指定If-Match标头需要设置为与记录集关联的当前 eTag 值。 (继承自 IWithETagCheck) |
WithETagCheck(String) |
指定 if-Match 标头需要设置为给定的 eTag 值。 (继承自 IWithETagCheck) |
WithMetadata(String, String) |
将元数据添加到记录集。 (继承自 IWithMetadata) |
WithoutMetadata(String) |
从记录集中删除元数据。 (继承自 IWithMetadata) |
WithoutTargetDomainName(String) |
从此记录集中删除具有提供的规范名称的 CName 记录。 (继承自 IWithPtrRecordTargetDomainName) |
WithTargetDomainName(String) |
使用此记录集中提供的规范名称创建 CName 记录。 (继承自 IWithPtrRecordTargetDomainName) |
WithTimeToLive(Int64) |
指定记录集中记录的 TTL。 (继承自 IWithTtl) |