次の方法で共有


IWithTtl.WithTimeToLive(Int32) メソッド

定義

DNS TTL を秒単位で指定します。

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithCreate WithTimeToLive (int ttlInSeconds);
abstract member WithTimeToLive : int -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Definition.IWithCreate
Public Function WithTimeToLive (ttlInSeconds As Integer) As IWithCreate

パラメーター

ttlInSeconds
Int32

DNS TTL (秒単位)。

戻り値

適用対象