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.microsoft.azure.management.resources.fluentcore.model.Attachable
Attachable.InDefinition<ParentT>, Attachable.InDefinitionAlt<ParentT>, Attachable.InUpdate<ParentT>, Attachable.InUpdateAlt<ParentT>
-
Method Summary
Modifier and TypeMethodDescriptionwithBase64EncodedValueContent
(String encodedValueContent) The function that specifies the base64 encoded values content.withOverridingValue
(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.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable
attach
-
Method Details
-
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.
-