次の方法で共有


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

public static interface TrafficManagerProfile.DefinitionStages.WithTtl

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

メソッドの概要

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

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

メソッドの詳細

withTimeToLive

public abstract TrafficManagerProfile.DefinitionStages.WithCreate withTimeToLive(int ttlInSeconds)

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

Parameters:

ttlInSeconds - DNS TTL (秒単位)

Returns:

定義の次のステージ

適用対象