次の方法で共有


IUpdateSoaRecord インターフェイス

定義

親 DNS ゾーン更新の一部としての SOA レコード更新の全体。

public interface IUpdateSoaRecord : Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Update.IUpdate, Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Update.IWithSoaRecordAttributes, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Dns.Fluent.DnsZone.Update.IUpdate>
type IUpdateSoaRecord = interface
    interface IWithSoaRecordAttributes
    interface IUpdate
    interface ISettable<IUpdate>
    interface IWithTtl
    interface IWithMetadata
    interface IWithETagCheck
Public Interface IUpdateSoaRecord
Implements ISettable(Of IUpdate), IUpdate, IWithSoaRecordAttributes
派生
実装

メソッド

Parent()

親 DNS ゾーン更新の一部としての SOA レコード更新の全体。

(継承元 ISettable<ParentT>)
WithEmailServer(String)

SOA レコードに関連付けられている電子メール サーバーを指定します。

(継承元 IWithSoaRecordAttributes)
WithETagCheck()

If-Match ヘッダーが、レコード セットに関連付けられている現在の eTag 値に設定する必要があることを指定します。

(継承元 IWithETagCheck)
WithETagCheck(String)

if-Match ヘッダーを指定された eTag 値に設定する必要があることを指定します。

(継承元 IWithETagCheck)
WithExpireTimeInSeconds(Int64)

プライマリ ネーム サーバーに接続できない場合に、セカンダリ ネーム サーバーがキャッシュされたゾーン ファイルを有効として扱う時間を秒単位で指定します。

(継承元 IWithSoaRecordAttributes)
WithMetadata(String, String)

レコード セットにメタデータを追加します。

(継承元 IWithMetadata)
WithNegativeResponseCachingTimeToLiveInSeconds(Int64)

ネーム サーバーまたはリゾルバーが負の応答をキャッシュする時間を秒単位で指定します。

(継承元 IWithSoaRecordAttributes)
WithoutMetadata(String)

レコード セットからメタデータを削除します。

(継承元 IWithMetadata)
WithRefreshTimeInSeconds(Int64)

セカンダリ ネーム サーバーがゾーン ファイルの更新のためにプライマリ ネーム サーバーに接続する前に待機する時間を秒単位で指定します。

(継承元 IWithSoaRecordAttributes)
WithRetryTimeInSeconds(Int64)

ゾーン ファイルの更新のチェック試行が失敗した後、セカンダリ ネーム サーバーがプライマリ ネーム サーバーにもう一度接続する前に待機する時間を秒単位で指定します。

(継承元 IWithSoaRecordAttributes)
WithSerialNumber(Int64)

ゾーン ファイルのシリアル番号を指定します。

(継承元 IWithSoaRecordAttributes)
WithTimeToLive(Int64)

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

(継承元 IWithTtl)

適用対象