Interface RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable
- All Superinterfaces:
Attachable<RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocation>
- All Known Subinterfaces:
RegistryFileTaskRunRequest.Definition
- Enclosing interface:
- RegistryFileTaskRunRequest.DefinitionStages
public static interface RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable
extends Attachable<RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocation>
The stage of the definition which contains all the minimum required inputs for the resource to be attached,
but also allows for any other optional settings to be specified.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable
Attachable.InDefinition<ParentT>, Attachable.InDefinitionAlt<ParentT>, Attachable.InUpdate<ParentT>, Attachable.InUpdateAlt<ParentT>
-
Method Summary
Modifier and TypeMethodDescriptionwithOverridingValue
(String name, OverridingValue overridingValue) The function that specifies the overriding value and what it will override.withOverridingValues
(Map<String, OverridingValue> overridingValues) The function that specifies the overriding values and what they will override.withValuesPath
(String valuesPath) The function that specifies the path to the values file.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable
attach
-
Method Details
-
withValuesPath
RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable withValuesPath(String valuesPath) The function that specifies the path to the values file.- Parameters:
valuesPath
- the path to the values file.- Returns:
- the next stage of the container file task run request definition.
-
withOverridingValues
RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable withOverridingValues(Map<String, OverridingValue> overridingValues) The function that specifies the overriding values and what they will override.- Parameters:
overridingValues
- map with key of the name of the value to be overridden and value OverridingValue specifying the content of the overriding value.- Returns:
- the next stage of the container file task run request definition.
-
withOverridingValue
RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable withOverridingValue(String name, OverridingValue overridingValue) The function that specifies the overriding value and what it will override.- Parameters:
name
- the name of the value to be overridden.overridingValue
- the content of the overriding value.- Returns:
- the next stage of the container file task run request definition.
-