TrafficManagerProfile.DefinitionStages.WithTtl Interface
public static interface TrafficManagerProfile.DefinitionStages.WithTtl
The stage of the traffic manager profile definition allowing to specify the DNS TTL.
Modifier and Type | Method and Description |
---|---|
abstract
With |
with Specify the DNS TTL in seconds. |
withTimeToLive
public abstract 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