Interface RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocation
- All Superinterfaces:
Executable<RegistryTaskRun>
,Indexable
,RegistryTaskRun.DefinitionStages.AgentConfiguration
,RegistryTaskRun.DefinitionStages.Archive
,RegistryTaskRun.DefinitionStages.RunRequestExecutable
- All Known Subinterfaces:
RegistryTaskRun.Definition
- Enclosing interface:
- RegistryTaskRun.DefinitionStages
public static interface RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocation
extends RegistryTaskRun.DefinitionStages.AgentConfiguration, RegistryTaskRun.DefinitionStages.RunRequestExecutable
The stage of the container registry task run definition which contains all the minimum required inputs for the resource to be executed
if the task run request type is either file, encoded, or Docker, but also allows for any other optional settings to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionwithSourceLocation
(String location) The function that specifies the location of the source control.withTimeout
(int timeout) The function that specifies the timeout.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Executable
execute, executeAsync, executeAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.containerregistry.RegistryTaskRun.DefinitionStages.AgentConfiguration
withCpuCount
Methods inherited from interface com.microsoft.azure.management.containerregistry.RegistryTaskRun.DefinitionStages.Archive
withArchiveEnabled
-
Method Details
-
withSourceLocation
RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocation withSourceLocation(String location) The function that specifies the location of the source control.- Parameters:
location
- the location of the source control.- Returns:
- the next stage of the container registry task run definition.
-
withTimeout
The function that specifies the timeout.- Parameters:
timeout
- the time the timeout lasts.- Returns:
- the next stage of the container registry task run definition.
-