TrafficManagerProfile.DefinitionStages.WithTtl Interface
public static interface TrafficManagerProfile.DefinitionStages.WithTtl
The stage of the traffic manager profile definition allowing to specify the DNS TTL.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withTimeToLive(int ttlInSeconds)
Specify the DNS TTL in seconds. |
Method Details
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
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java