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