次の方法で共有


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

定義

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

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

型パラメーター

ParentT

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

派生
実装

メソッド

WithNameServer(String)

このレコード セットに指定されたネーム サーバーを使用して NS レコードを作成します。

(継承元 IWithNSRecordNameServer<ParentT>)

適用対象