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

IUpdateSrvRecordSet 接口

定义

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

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

方法

Parent()

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

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

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

(继承自 IWithETagCheck)
WithETagCheck(String)

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

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

将元数据添加到记录集。

(继承自 IWithMetadata)
WithoutMetadata(String)

从记录集中删除元数据。

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

删除服务的服务记录。

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

指定服务的服务记录。

(继承自 IWithSrvRecordEntry)
WithTimeToLive(Int64)

指定记录集中记录的 TTL。

(继承自 IWithTtl)

适用于