次の方法で共有


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

定義

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

public interface ITxtRecordSetBlank<ParentT> : Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithTxtRecordTextValue<ParentT>
type ITxtRecordSetBlank<'ParentT> = interface
    interface IWithTxtRecordTextValue<'ParentT>
Public Interface ITxtRecordSetBlank(Of ParentT)
Implements IWithTxtRecordTextValue(Of ParentT)

型パラメーター

ParentT

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

派生
実装

メソッド

WithText(String)

このレコード セット内の指定されたテキストを含む Txt レコードを作成します。

(継承元 IWithTxtRecordTextValue<ParentT>)

適用対象