Interface RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable
-
- All Superinterfaces:
Attachable<RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocation>
- All Known Subinterfaces:
RegistryEncodedTaskRunRequest.Definition
- Enclosing interface:
- RegistryEncodedTaskRunRequest.DefinitionStages
public static interface RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable 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 RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachablewithBase64EncodedValueContent(String encodedValueContent)The function that specifies the base64 encoded values content.RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachablewithOverridingValue(String name, OverridingValue overridingValue)The function that specifies the overriding value and what it will override.RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachablewithOverridingValues(Map<String,OverridingValue> overridingValues)The function that specifies the overriding values and what they will override.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable
attach
-
-
-
-
Method Detail
-
withBase64EncodedValueContent
RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable withBase64EncodedValueContent(String encodedValueContent)
The function that specifies the base64 encoded values content.- Parameters:
encodedValueContent- the base64 encoded values content.- Returns:
- the next stage of the container encoded task run request definition.
-
withOverridingValues
RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable 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 encoded task run request definition.
-
withOverridingValue
RegistryEncodedTaskRunRequest.DefinitionStages.EncodedTaskRunRequestStepAttachable 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 encoded task run request definition.
-
-