TrafficManagerProfile.UpdateStages.WithTtl Interface
public static interface TrafficManagerProfile.UpdateStages.WithTtl
The stage of the traffic manager profile update allowing to specify the DNS TTL.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withTimeToLive(int ttlInSeconds)
Specify the DNS TTL in seconds. |
Method Details
withTimeToLive
public abstract 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
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java