次の方法で共有


TrafficManagerProfile.UpdateStages.WithTtl インターフェイス

public static interface TrafficManagerProfile.UpdateStages.WithTtl

DNS TTL を指定できる Traffic Manager プロファイル更新のステージ。

メソッドの概要

修飾子と型 メソッドと説明
abstract Update withTimeToLive(int ttlInSeconds)

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

メソッドの詳細

withTimeToLive

public abstract TrafficManagerProfile.Update withTimeToLive(int ttlInSeconds)

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

Parameters:

ttlInSeconds - DNS TTL (秒単位)

Returns:

Traffic Manager プロファイルの更新の次のステージ

適用対象