Interface RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable
-
- All Superinterfaces:
Attachable<RegistryTask.DefinitionStages.SourceTriggerDefinition>
- All Known Subinterfaces:
RegistryEncodedTaskStep.Definition
- Enclosing interface:
- RegistryEncodedTaskStep.DefinitionStages
public static interface RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable 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 RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachablewithBase64EncodedValueContent(String encodedValueContent)The function that specifies the base64 encoded value content.RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachablewithOverridingValue(String name, OverridingValue overridingValue)The function that specifies a single value that will override the corresponding value specified under the function withBase64EncodedValueContent().RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachablewithOverridingValues(Map<String,OverridingValue> overridingValues)The function that specifies the values that override the corresponding values specified under the function withBase64EncodedValueContent().-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable
attach
-
-
-
-
Method Detail
-
withBase64EncodedValueContent
RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable withBase64EncodedValueContent(String encodedValueContent)
The function that specifies the base64 encoded value content.- Parameters:
encodedValueContent- the base64 encoded value content.- Returns:
- the next stage of the container registry EncodedTaskStep definition.
-
withOverridingValues
RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies the values that override the corresponding values specified under the function withBase64EncodedValueContent().- Parameters:
overridingValues- a map which contains the values that will override the corresponding values specified under the function withBase64EncodedValueContent().- Returns:
- the next stage of the container registry EncodedTaskStep definition.
-
withOverridingValue
RegistryEncodedTaskStep.DefinitionStages.EncodedTaskStepAttachable withOverridingValue(String name, OverridingValue overridingValue)
The function that specifies a single value that will override the corresponding value specified under the function withBase64EncodedValueContent().- 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 EncodedTaskStep definition.
-
-