Interface TrafficManagerProfile.UpdateStages.WithTtl
-
- All Known Subinterfaces:
TrafficManagerProfile.Update
- Enclosing interface:
- TrafficManagerProfile.UpdateStages
public static interface TrafficManagerProfile.UpdateStages.WithTtlThe stage of the traffic manager profile update allowing to specify the DNS TTL.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficManagerProfile.UpdatewithTimeToLive(int ttlInSeconds)Specify the DNS TTL in seconds.
-
-
-
Method Detail
-
withTimeToLive
TrafficManagerProfile.Update withTimeToLive(int ttlInSeconds)
Specify the DNS TTL in seconds.- Parameters:
ttlInSeconds- DNS TTL in seconds- Returns:
- the next stage of the traffic manager profile update
-
-