public static interface RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable 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>| Modifier and Type | Method and Description |
|---|---|
RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable |
withOverridingValue(String name,
OverridingValue overridingValue)
The function that specifies the overriding value and what it will override.
|
RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable |
withOverridingValues(Map<String,OverridingValue> overridingValues)
The function that specifies the overriding values and what they will override.
|
RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable |
withValuesPath(String valuesPath)
The function that specifies the path to the values file.
|
RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable withValuesPath(String valuesPath)
valuesPath - the path to the values file.RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable withOverridingValues(Map<String,OverridingValue> overridingValues)
overridingValues - map with key of the name of the value to be overridden and value OverridingValue specifying the content of the overriding value.RegistryFileTaskRunRequest.DefinitionStages.FileTaskRunRequestStepAttachable withOverridingValue(String name, OverridingValue overridingValue)
name - the name of the value to be overridden.overridingValue - the content of the overriding value./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/