次の方法で共有


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

定義

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

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

型パラメーター

ParentT

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

派生
実装

メソッド

WithTargetDomainName(String)

このレコード セットに指定されたターゲット ドメイン名を持つ PTR レコードを作成します。

(継承元 IWithPtrRecordTargetDomainName<ParentT>)

適用対象