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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocationwithSourceLocation(String location)The function that specifies the location of the source control.RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocationwithTimeout(int timeout)The function that specifies the timeout.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Executable
execute, executeAsync
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.RegistryTaskRun.DefinitionStages.AgentConfiguration
withCpuCount
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.RegistryTaskRun.DefinitionStages.Archive
withArchiveEnabled
-
-
-
-
Method Detail
-
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
RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocation withTimeout(int timeout)
The function that specifies the timeout.- Parameters:
timeout- the time the timeout lasts.- Returns:
- the next stage of the container registry task run definition.
-
-