RegistryTask.UpdateStages.Timeout Interface
public static interface RegistryTask.UpdateStages.Timeout
The stage of the container registry task update that updates the timeout for the container registry task.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withTimeout(int timeout)
The function that updates the timeout time. |
Method Details
withTimeout
public abstract RegistryTask.Update withTimeout(int timeout)
The function that updates the timeout time.
Parameters:
timeout
- the time for timeout.
Returns:
the next stage of the container registry task update.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java