public static interface RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable extends com.microsoft.azure.management.resources.fluentcore.model.Attachable<RegistryTaskRun.DefinitionStages.RunRequestExecutableWithSourceLocation>
com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinition<ParentT>, com.microsoft.azure.management.resources.fluentcore.model.Attachable.InDefinitionAlt<ParentT>, com.microsoft.azure.management.resources.fluentcore.model.Attachable.InUpdate<ParentT>, com.microsoft.azure.management.resources.fluentcore.model.Attachable.InUpdateAlt<ParentT>RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable withImageNames(List<String> imageNames)
imageNames - the list of image names.RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable withPushEnabled(boolean enabled)
enabled - whether push is enabled.RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable withCacheEnabled(boolean enabled)
enabled - whether caching is enabled or not.RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable withOverridingArguments(Map<String,OverridingArgument> overridingArguments)
overridingArguments - map with key of the name of the argument to be overridden and value OverridingArgument specifying the content of the overriding argument.RegistryDockerTaskRunRequest.DefinitionStages.DockerTaskRunRequestStepAttachable withOverridingArgument(String name, OverridingArgument overridingArgument)
name - the name of the value to be overridden.overridingArgument - the content of the overriding argument./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/