Share via


RegistryTask.DefinitionStages.Timeout Interface

public static interface RegistryTask.DefinitionStages.Timeout

The stage of the container registry task definition that specifies the timeout for the container registry task.

Method Summary

Modifier and Type Method and Description
abstract TaskCreatable withTimeout(int timeout)

The function that sets the timeout time.

Method Details

withTimeout

public abstract RegistryTask.DefinitionStages.TaskCreatable withTimeout(int timeout)

The function that sets the timeout time.

Parameters:

timeout - the time for timeout.

Returns:

the next stage of the container registry task definition.

Applies to