次の方法で共有


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

定義

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

public interface IWithNSRecordNameServerOrAttachable<ParentT> : Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithETagCheck<ParentT>, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithMetadata<ParentT>, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithNSRecordNameServer<ParentT>, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Definition.IWithTtl<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithNSRecordNameServerOrAttachable<'ParentT> = interface
    interface IWithNSRecordNameServer<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithTtl<'ParentT>
    interface IWithMetadata<'ParentT>
    interface IWithETagCheck<'ParentT>
Public Interface IWithNSRecordNameServerOrAttachable(Of ParentT)
Implements IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithETagCheck(Of ParentT), IWithMetadata(Of ParentT), IWithNSRecordNameServer(Of ParentT), IWithTtl(Of ParentT)

型パラメーター

ParentT

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

派生
実装

メソッド

Attach()

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

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

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

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

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

(継承元 IWithMetadata<ParentT>)
WithNameServer(String)

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

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

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

(継承元 IWithTtl<ParentT>)

適用対象