次の方法で共有


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

定義

DNS ゾーン レコード セット定義の最終ステージ。 この段階では、残りの任意の設定を指定することも、DNS ゾーン レコード セット定義を DnsRecordSet.DefinitionStages.WithAttach.attach() を使用して親トラフィック マネージャー プロファイル定義にアタッチすることもできます。

public interface 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.IWithTtl<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
    interface IWithTtl<'ParentT>
    interface IWithMetadata<'ParentT>
    interface IWithETagCheck<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithETagCheck(Of ParentT), IWithMetadata(Of ParentT), IWithTtl(Of ParentT)

型パラメーター

ParentT

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

派生
実装

メソッド

Attach()

DNS ゾーン レコード セット定義の最終ステージ。 この段階では、残りの任意の設定を指定することも、DNS ゾーン レコード セット定義を DnsRecordSet.DefinitionStages.WithAttach.attach() を使用して親トラフィック マネージャー プロファイル定義にアタッチすることもできます。

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

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

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

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

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

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

(継承元 IWithTtl<ParentT>)

適用対象