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.azure.resourcemanager.resources.fluentcore.model.Attachable
Attachable.InDefinition<ParentT extends Object>, Attachable.InDefinitionAlt<ParentT extends Object>, Attachable.InUpdate<ParentT extends Object>, Attachable.InUpdateAlt<ParentT extends Object>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachablewithOverridingValue(String name, OverridingValue overridingValue)The function that specifies the overriding value and what it will override.RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachablewithOverridingValues(Map<String,OverridingValue> overridingValues)The function that specifies the overriding values and what they will override.RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachablewithValuesPath(String valuesPath)The function that specifies the path to the values file.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable
attach
-
-
-
-
Method Detail
-
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.
-
-