IWithTtl.WithTimeToLive(Int64) メソッド

定義

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

public Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Update.IUpdate WithTimeToLive (long ttlInSeconds);
abstract member WithTimeToLive : int64 -> Microsoft.Azure.Management.Dns.Fluent.DnsRecordSet.Update.IUpdate
Public Function WithTimeToLive (ttlInSeconds As Long) As IUpdate

パラメーター

ttlInSeconds
Int64

TTL (秒単位)。

戻り値

適用対象