次の方法で共有


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

定義

AAAA レコード定義の最初のステージ。

public interface IAaaaRecordSetBlank<ParentT> : Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateDefinition.IWithAaaaRecordIPv6Address<ParentT>
type IAaaaRecordSetBlank<'ParentT> = interface
    interface IWithAaaaRecordIPv6Address<'ParentT>
Public Interface IAaaaRecordSetBlank(Of ParentT)
Implements IWithAaaaRecordIPv6Address(Of ParentT)

型パラメーター

ParentT

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

派生
実装

メソッド

WithIPv6Address(String)

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

(継承元 IWithAaaaRecordIPv6Address<ParentT>)

適用対象