次の方法で共有


IWithAaaaRecordIPv6AddressOrAttachable<ParentT> インターフェイス

定義

AAAA レコード セット定義のステージ。A レコードを追加したり、レコード セットを親にアタッチしたりできます。

public interface IWithAaaaRecordIPv6AddressOrAttachable<ParentT> : Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateDefinition.IWithAaaaRecordIPv6Address<ParentT>, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateDefinition.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 IWithAaaaRecordIPv6AddressOrAttachable<'ParentT> = interface
    interface IWithAaaaRecordIPv6Address<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInUpdate<'ParentT>
    interface IWithTtl<'ParentT>
    interface IWithMetadata<'ParentT>
    interface IWithETagCheck<'ParentT>
Public Interface IWithAaaaRecordIPv6AddressOrAttachable(Of ParentT)
Implements IInUpdate(Of ParentT), IWithAaaaRecordIPv6Address(Of ParentT), IWithAttach(Of ParentT), IWithETagCheck(Of ParentT), IWithMetadata(Of ParentT), IWithTtl(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生
実装

メソッド

Attach()

AAAA レコード セット定義のステージ。A レコードを追加したり、レコード セットを親にアタッチしたりできます。

(継承元 IInUpdate<ParentT>)
WithETagCheck()

既存のレコード セットを更新しないように、If-None-Match ヘッダーを に設定する必要があることを指定します。

(継承元 IWithETagCheck<ParentT>)
WithIPv6Address(String)

このレコード セットに指定された IPv6 アドレスを使用して AAAA レコードを作成します。

(継承元 IWithAaaaRecordIPv6Address<ParentT>)
WithMetadata(String, String)

リソースにタグを追加します。

(継承元 IWithMetadata<ParentT>)
WithTimeToLive(Int64)

レコード セット内のレコードの TTL を指定します。

(継承元 IWithTtl<ParentT>)

適用対象