Interface RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable
-
- All Superinterfaces:
Attachable<RegistryTask.DefinitionStages.SourceTriggerDefinition>
- All Known Subinterfaces:
RegistryFileTaskStep.Definition
- Enclosing interface:
- RegistryFileTaskStep.DefinitionStages
public static interface RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable extends Attachable<RegistryTask.DefinitionStages.SourceTriggerDefinition>
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 RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachablewithOverridingValue(String name, OverridingValue overridingValue)The function that specifies a single value that will override the corresponding value specified under the function withValuesPath().RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachablewithOverridingValues(Map<String,OverridingValue> overridingValues)The function that specifies the values that override the corresponding values specified under the function withValuesPath().RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachablewithValuesPath(String path)The function that specifies the path to the values.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable
attach
-
-
-
-
Method Detail
-
withValuesPath
RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable withValuesPath(String path)
The function that specifies the path to the values.- Parameters:
path- the path to the values.- Returns:
- the next stage of the container registry FileTaskStep definition.
-
withOverridingValues
RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies the values that override the corresponding values specified under the function withValuesPath().- Parameters:
overridingValues- a map which contains the values that will override the corresponding values specified under the function withValuesPath().- Returns:
- the next stage of the container registry FileTaskStep definition.
-
withOverridingValue
RegistryFileTaskStep.DefinitionStages.FileTaskStepAttachable withOverridingValue(String name, OverridingValue overridingValue)
The function that specifies a single value that will override the corresponding value specified under the function withValuesPath().- Parameters:
name- the name of the value to be overridden.overridingValue- the value of the value to be overridden.- Returns:
- the next stage of the container registry FileTaskStep definition.
-
-