次の方法で共有


IWithSoaRecordAttributes.WithRetryTimeInSeconds(Int64) メソッド

定義

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

public Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateSoaRecord.IUpdateSoaRecord WithRetryTimeInSeconds (long refreshTimeInSeconds);
abstract member WithRetryTimeInSeconds : int64 -> Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.UpdateSoaRecord.IUpdateSoaRecord
Public Function WithRetryTimeInSeconds (refreshTimeInSeconds As Long) As IUpdateSoaRecord

パラメーター

refreshTimeInSeconds
Int64

再試行時間 (秒単位)。

戻り値

適用対象